crowdsec/go.mod

76 lines
3.1 KiB
Modula-2
Raw Normal View History

2020-05-15 09:39:16 +00:00
module github.com/crowdsecurity/crowdsec
go 1.13
require (
github.com/AlecAivazis/survey/v2 v2.2.1
2020-05-15 09:39:16 +00:00
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/antonmedv/expr v1.8.9
github.com/appleboy/gin-jwt/v2 v2.6.4
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
2020-05-22 16:12:33 +00:00
github.com/buger/jsonparser v1.0.0
2020-05-15 09:39:16 +00:00
github.com/containerd/containerd v1.3.4 // indirect
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
2020-05-15 09:39:16 +00:00
github.com/davecgh/go-spew v1.1.1
github.com/denisbrodbeck/machineid v1.0.1
github.com/dghubble/sling v1.3.0
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v20.10.2+incompatible
2020-05-15 09:39:16 +00:00
github.com/docker/go-connections v0.4.0
github.com/enescakir/emoji v1.0.0
2021-01-14 15:27:45 +00:00
github.com/facebook/ent v0.5.4
github.com/gin-gonic/gin v1.6.3
github.com/go-co-op/gocron v0.3.3
github.com/go-openapi/analysis v0.19.12 // indirect
github.com/go-openapi/errors v0.19.8
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/loads v0.19.6 // indirect
github.com/go-openapi/runtime v0.19.24 // indirect
github.com/go-openapi/spec v0.19.13 // indirect
github.com/go-openapi/strfmt v0.19.10
github.com/go-openapi/swag v0.19.11
github.com/go-openapi/validate v0.19.12
github.com/go-playground/validator/v10 v10.4.1 // indirect
github.com/go-sql-driver/mysql v1.5.1-0.20200311113236-681ffa848bae
github.com/google/go-querystring v1.0.0
2020-05-15 09:39:16 +00:00
github.com/goombaio/namegenerator v0.0.0-20181006234301-989e774b106e
github.com/hashicorp/go-version v1.2.1
2021-01-14 15:27:45 +00:00
github.com/lib/pq v1.9.0
2020-05-15 09:39:16 +00:00
github.com/logrusorgru/grokky v0.0.0-20180829062225-47edf017d42c
github.com/mailru/easyjson v0.7.6 // indirect
2020-05-15 09:39:16 +00:00
github.com/mattn/go-sqlite3 v2.0.3+incompatible
2021-01-13 09:07:59 +00:00
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
2021-01-13 09:07:59 +00:00
github.com/morikuni/aec v1.0.0 // indirect
2020-05-15 09:39:16 +00:00
github.com/nxadm/tail v1.4.4
github.com/olekukonko/tablewriter v0.0.4
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.1
2020-05-15 09:39:16 +00:00
github.com/oschwald/geoip2-golang v1.4.0
github.com/oschwald/maxminddb-golang v1.6.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.8.0
2020-05-15 09:39:16 +00:00
github.com/prometheus/client_model v0.2.0
2021-01-13 09:07:59 +00:00
github.com/prometheus/common v0.15.0 // indirect
2020-05-15 09:39:16 +00:00
github.com/prometheus/prom2json v1.3.0
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.1
github.com/stretchr/testify v1.6.1
2021-01-14 15:27:45 +00:00
github.com/ugorji/go v1.2.0 // indirect
2021-01-13 09:07:59 +00:00
github.com/vjeantet/grok v1.0.1 // indirect
go.mongodb.org/mongo-driver v1.4.3 // indirect
golang.org/x/crypto v0.0.0-20201116153603-4be66e5b6582
2021-01-14 15:27:45 +00:00
golang.org/x/mod v0.4.0
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
golang.org/x/sys v0.0.0-20201116161645-c061ba923fbb
golang.org/x/text v0.3.4 // indirect
google.golang.org/protobuf v1.25.0 // indirect
2020-05-15 09:39:16 +00:00
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
gopkg.in/yaml.v2 v2.3.0
2021-01-13 09:07:59 +00:00
gotest.tools v2.2.0+incompatible // indirect
gotest.tools/v3 v3.0.3 // indirect
2020-05-15 09:39:16 +00:00
)
replace golang.org/x/time/rate => github.com/crowdsecurity/crowdsec/pkg/time/rate v0.0.0