Skip to content

Commit

Permalink
fix mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
AlteredCoder authored and AlteredCoder committed Nov 30, 2020
1 parent 03d55e4 commit 6d30699
Show file tree
Hide file tree
Showing 2 changed files with 468 additions and 3 deletions.
13 changes: 10 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,18 @@ module github.com/crowdsecurity/cs-custom-bouncer
go 1.14

require (
github.com/KyleBanks/depth v1.2.1 // indirect
github.com/antonmedv/expr v1.8.9 // indirect
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
github.com/crowdsecurity/crowdsec v0.3.3-0.20201021131028-be19e445df54
github.com/crowdsecurity/go-cs-bouncer v0.0.0-20201022143713-ab83f6aa48fd
github.com/crowdsecurity/crowdsec v0.3.8-0.20201130100924-000fec27df14
github.com/crowdsecurity/go-cs-bouncer v0.0.0-20201130114000-e5b8016e5bf3
github.com/go-openapi/validate v0.19.15 // indirect
github.com/hashicorp/go-version v1.2.1 // indirect
github.com/jinzhu/gorm v1.9.16 // indirect
github.com/rogpeppe/godef v1.1.2 // indirect
github.com/sirupsen/logrus v1.7.0
golang.org/x/sys v0.0.0-20201130072748-111129e158e2 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v2 v2.4.0
)
Loading

0 comments on commit 6d30699

Please sign in to comment.