Skip to content

Commit 6d30699

Browse files
AlteredCoderAlteredCoder
authored andcommitted
fix mod file
1 parent 03d55e4 commit 6d30699

File tree

2 files changed

+468
-3
lines changed

2 files changed

+468
-3
lines changed

go.mod

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,18 @@ module github.com/crowdsecurity/cs-custom-bouncer
33
go 1.14
44

55
require (
6+
github.com/KyleBanks/depth v1.2.1 // indirect
7+
github.com/antonmedv/expr v1.8.9 // indirect
68
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
7-
github.com/crowdsecurity/crowdsec v0.3.3-0.20201021131028-be19e445df54
8-
github.com/crowdsecurity/go-cs-bouncer v0.0.0-20201022143713-ab83f6aa48fd
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
12+
github.com/hashicorp/go-version v1.2.1 // indirect
13+
github.com/jinzhu/gorm v1.9.16 // indirect
14+
github.com/rogpeppe/godef v1.1.2 // indirect
915
github.com/sirupsen/logrus v1.7.0
16+
golang.org/x/sys v0.0.0-20201130072748-111129e158e2 // indirect
1017
gopkg.in/natefinch/lumberjack.v2 v2.0.0
1118
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
12-
gopkg.in/yaml.v2 v2.3.0
19+
gopkg.in/yaml.v2 v2.4.0
1320
)

0 commit comments

Comments
 (0)