|
@@ -3,7 +3,7 @@ module github.com/crowdsecurity/crowdsec
|
|
|
go 1.17
|
|
|
|
|
|
require (
|
|
|
- entgo.io/ent v0.9.1
|
|
|
+ entgo.io/ent v0.10.0
|
|
|
github.com/AlecAivazis/survey/v2 v2.2.7
|
|
|
github.com/Masterminds/sprig v2.22.0+incompatible
|
|
|
github.com/ahmetb/dlog v0.0.0-20170105205344-4fb5f8204f26
|
|
@@ -21,23 +21,23 @@ require (
|
|
|
github.com/docker/go-connections v0.4.0
|
|
|
github.com/enescakir/emoji v1.0.0
|
|
|
github.com/fatih/color v1.13.0
|
|
|
- github.com/fsnotify/fsnotify v1.4.9
|
|
|
+ github.com/fsnotify/fsnotify v1.5.1
|
|
|
github.com/gin-gonic/gin v1.7.7
|
|
|
github.com/go-co-op/gocron v1.9.0
|
|
|
github.com/go-openapi/errors v0.20.1
|
|
|
github.com/go-openapi/strfmt v0.19.11
|
|
|
github.com/go-openapi/swag v0.19.12
|
|
|
github.com/go-openapi/validate v0.20.0
|
|
|
- github.com/go-sql-driver/mysql v1.5.1-0.20200311113236-681ffa848bae
|
|
|
+ github.com/go-sql-driver/mysql v1.6.0
|
|
|
github.com/google/go-querystring v1.0.0
|
|
|
github.com/goombaio/namegenerator v0.0.0-20181006234301-989e774b106e
|
|
|
- github.com/hashicorp/go-hclog v0.14.1
|
|
|
+ github.com/hashicorp/go-hclog v1.0.0
|
|
|
github.com/hashicorp/go-plugin v1.4.2
|
|
|
github.com/hashicorp/go-version v1.2.1
|
|
|
github.com/influxdata/go-syslog/v3 v3.0.0
|
|
|
github.com/jszwec/csvutil v1.5.1
|
|
|
- github.com/lib/pq v1.10.2
|
|
|
- github.com/mattn/go-sqlite3 v1.14.8
|
|
|
+ github.com/lib/pq v1.10.4
|
|
|
+ github.com/mattn/go-sqlite3 v1.14.10
|
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
|
|
|
github.com/nxadm/tail v1.4.6
|
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
@@ -49,11 +49,11 @@ require (
|
|
|
github.com/prometheus/prom2json v1.3.0
|
|
|
github.com/r3labs/diff/v2 v2.14.1
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
- github.com/spf13/cobra v1.1.3
|
|
|
- github.com/stretchr/testify v1.7.0
|
|
|
+ github.com/spf13/cobra v1.3.0
|
|
|
+ github.com/stretchr/testify v1.7.1-0.20210427113832-6241f9ab9942
|
|
|
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce
|
|
|
- golang.org/x/mod v0.4.2
|
|
|
- google.golang.org/grpc v1.35.0
|
|
|
+ golang.org/x/mod v0.5.1
|
|
|
+ google.golang.org/grpc v1.42.0
|
|
|
google.golang.org/protobuf v1.27.1
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
|
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
|
|
@@ -62,22 +62,26 @@ require (
|
|
|
)
|
|
|
|
|
|
require (
|
|
|
+ ariga.io/atlas v0.3.2-0.20220120225051-c3fac7d636dd // indirect
|
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
|
|
github.com/Microsoft/go-winio v0.4.16 // indirect
|
|
|
github.com/PuerkitoBio/purell v1.1.1 // indirect
|
|
|
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
|
|
|
+ github.com/agext/levenshtein v1.2.1 // indirect
|
|
|
github.com/ahmetalpbalkan/dlog v0.0.0-20170105205344-4fb5f8204f26 // indirect
|
|
|
+ github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
|
|
|
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
github.com/c-robinson/iplib v1.0.3 // indirect
|
|
|
- github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
|
|
+ github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
|
github.com/containerd/containerd v1.4.3 // indirect
|
|
|
- github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
|
+ github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
|
github.com/docker/go-units v0.4.0 // indirect
|
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
|
github.com/go-openapi/analysis v0.19.16 // indirect
|
|
|
+ github.com/go-openapi/inflect v0.19.0 // indirect
|
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
|
|
github.com/go-openapi/jsonreference v0.19.5 // indirect
|
|
|
github.com/go-openapi/loads v0.20.0 // indirect
|
|
@@ -90,8 +94,9 @@ require (
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
- github.com/google/go-cmp v0.5.5 // indirect
|
|
|
+ github.com/google/go-cmp v0.5.6 // indirect
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
|
+ github.com/hashicorp/hcl/v2 v2.10.0 // indirect
|
|
|
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect
|
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
@@ -110,14 +115,15 @@ require (
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
|
github.com/mailru/easyjson v0.7.6 // indirect
|
|
|
- github.com/mattn/go-colorable v0.1.9 // indirect
|
|
|
+ github.com/mattn/go-colorable v0.1.12 // indirect
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
|
github.com/mattn/go-runewidth v0.0.10 // indirect
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
|
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
|
|
|
- github.com/mitchellh/mapstructure v1.4.1 // indirect
|
|
|
+ github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
|
|
|
+ github.com/mitchellh/mapstructure v1.4.3 // indirect
|
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
|
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
@@ -137,14 +143,17 @@ require (
|
|
|
github.com/ugorji/go/codec v1.2.6 // indirect
|
|
|
github.com/vjeantet/grok v1.0.1 // indirect
|
|
|
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
|
|
|
+ github.com/zclconf/go-cty v1.8.0 // indirect
|
|
|
go.mongodb.org/mongo-driver v1.4.4 // indirect
|
|
|
golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
|
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
|
|
|
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
- google.golang.org/appengine v1.6.6 // indirect
|
|
|
- google.golang.org/genproto v0.0.0-20210114201628-6edceaf6022f // indirect
|
|
|
+ golang.org/x/tools v0.1.9-0.20211216111533-8d383106f7e7 // indirect
|
|
|
+ golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
|
+ google.golang.org/appengine v1.6.7 // indirect
|
|
|
+ google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
|
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
|
)
|