File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,17 @@ require (
66 github.com/KyleBanks/depth v1.2.1 // indirect
77 github.com/antonmedv/expr v1.8.9 // indirect
88 github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
9- github.com/crowdsecurity/crowdsec v0.3.8-0.20201130100924-000fec27df14
10- github.com/crowdsecurity/go-cs-bouncer v0.0.0-20201130114000-e5b8016e5bf3
11- github.com/go-openapi/validate v0.19.15 // indirect
9+ github.com/crowdsecurity/crowdsec v1.0.2
10+ github.com/crowdsecurity/go-cs-bouncer v0.0.0-20210113162030-7eec88c1afa8
11+ github.com/go-openapi/validate v0.20.0 // indirect
1212 github.com/hashicorp/go-version v1.2.1 // indirect
1313 github.com/jinzhu/gorm v1.9.16 // indirect
14+ github.com/mitchellh/mapstructure v1.4.1 // indirect
1415 github.com/rogpeppe/godef v1.1.2 // indirect
1516 github.com/sirupsen/logrus v1.7.0
16- golang.org/x/sys v0.0.0-20201130072748-111129e158e2 // indirect
17+ golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
18+ golang.org/x/sys v0.0.0-20210113131315-ba0562f347e0 // indirect
19+ golang.org/x/text v0.3.5 // indirect
1720 gopkg.in/natefinch/lumberjack.v2 v2.0.0
1821 gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
1922 gopkg.in/yaml.v2 v2.4.0
You can’t perform that action at this time.
0 commit comments