proxy.golang.org : github.com/blind-oracle/go-cs-bouncer : v0.0.16
Package go-cs-bouncer implements a wrapper for the CrowdSec bouncer API. It can be used to create 2 types of bouncer: - A stream bouncer: in this mode, decisions are fetched in bulk at regular intervals. A `Stream` chan is exposed by the struct to allow you to read the decisions. - A live bouncer: in this mode, you must call the Get() method to check if an IP has a decision associated with it.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/blind-oracle/[email protected]
Published:
Indexed:
Loading...
Readme
Loading...
Dependencies
- github.com/antonmedv/expr v1.15.3
- github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
- github.com/beorn7/perks v1.0.1
- github.com/cespare/xxhash/v2 v2.2.0
- github.com/crowdsecurity/crowdsec v1.5.5
- github.com/crowdsecurity/go-cs-lib v0.0.5
- github.com/fatih/color v1.15.0
- github.com/go-openapi/analysis v0.21.4
- github.com/go-openapi/errors v0.20.4
- github.com/go-openapi/jsonpointer v0.20.0
- github.com/go-openapi/jsonreference v0.20.2
- github.com/go-openapi/loads v0.21.2
- github.com/go-openapi/spec v0.20.9
- github.com/go-openapi/strfmt v0.21.7
- github.com/go-openapi/swag v0.22.4
- github.com/go-openapi/validate v0.22.1
- github.com/goccy/go-yaml v1.11.2
- github.com/google/go-querystring v1.1.0
- github.com/josharian/intern v1.0.0
- github.com/mailru/easyjson v0.7.7
- github.com/mattn/go-colorable v0.1.13
- github.com/mattn/go-isatty v0.0.20
- github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0
- github.com/mitchellh/mapstructure v1.5.0
- github.com/oklog/ulid v1.3.1
- github.com/pkg/errors v0.9.1
- github.com/prometheus/client_golang v1.17.0
- github.com/prometheus/client_model v0.5.0
- github.com/prometheus/common v0.45.0
- github.com/prometheus/procfs v0.12.0
- github.com/sirupsen/logrus v1.9.3
- go.mongodb.org/mongo-driver v1.12.1
- golang.org/x/net v0.17.0
- golang.org/x/sys v0.13.0
- golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
- google.golang.org/protobuf v1.31.0
- gopkg.in/natefinch/lumberjack.v2 v2.2.1
- gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.1