Skip to content

Commit 89410a7

Browse files
AlteredCoderAlteredCoder
authored andcommitted
update modules versions
1 parent cd39e10 commit 89410a7

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

go.mod

Lines changed: 7 additions & 4 deletions
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)