Skip to content

Commit 35e9802

Browse files
authored
Merge pull request #7 from crowdsecurity/update_mod
update modules versions
2 parents 8d4582c + 89410a7 commit 35e9802

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

go.mod

+7-4
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)