forked from crowdsecurity/cs-custom-bouncer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
19 lines (17 loc) · 733 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/crowdsecurity/crowdsec-custom-bouncer
go 1.14
require (
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
github.com/crowdsecurity/crowdsec v1.0.2
github.com/crowdsecurity/go-cs-bouncer v0.0.0-20210113162030-7eec88c1afa8
github.com/go-openapi/validate v0.20.0 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/vjeantet/grok v1.0.1 // indirect
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
golang.org/x/sys v0.0.0-20210113131315-ba0562f347e0 // indirect
golang.org/x/text v0.3.5 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
gopkg.in/yaml.v2 v2.4.0
)