Skip to content

Commit

Permalink
update go-cs-bouncer (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
blotus authored Sep 17, 2021
1 parent 005fc13 commit ea64223
Show file tree
Hide file tree
Showing 2 changed files with 203 additions and 8 deletions.
34 changes: 26 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,38 @@ module github.com/crowdsecurity/cs-firewall-bouncer
go 1.14

require (
github.com/KyleBanks/depth v1.2.1 // indirect
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
github.com/crowdsecurity/crowdsec v1.0.2
github.com/crowdsecurity/go-cs-bouncer v0.0.0-20210113162030-7eec88c1afa8
github.com/go-openapi/validate v0.20.0 // indirect
github.com/crowdsecurity/crowdsec v1.2.0
github.com/crowdsecurity/go-cs-bouncer v0.0.0-20210715153028-e96121f59525
github.com/facebook/ent v0.5.0 // indirect
github.com/go-openapi/errors v0.20.1 // indirect
github.com/go-openapi/jsonreference v0.19.6 // indirect
github.com/go-openapi/runtime v0.19.31 // indirect
github.com/go-openapi/strfmt v0.20.2 // indirect
github.com/go-redis/redis v6.15.5+incompatible // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/google/nftables v0.0.0-20200802175506-c25e4f69b425
github.com/jamiealquiza/tachymeter v2.0.0+incompatible // indirect
github.com/jinzhu/gorm v1.9.12 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/mdlayher/netlink v1.1.1 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/mitchellh/mapstructure v1.4.2 // indirect
github.com/onsi/ginkgo v1.10.1 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/rogpeppe/godef v1.1.2 // indirect
github.com/sevlyar/go-daemon v0.1.5 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/vishvananda/netns v0.0.0-20190625233234-7109fa855b0f // indirect
github.com/vjeantet/grok v1.0.1 // indirect
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
golang.org/x/sys v0.0.0-20210113131315-ba0562f347e0
golang.org/x/text v0.3.5 // indirect
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
go.mongodb.org/mongo-driver v1.7.2 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/net v0.0.0-20210916014120-12bc252f5db8 // indirect
golang.org/x/sys v0.0.0-20210915083310-ed5796bab164
golang.org/x/text v0.3.7 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
gopkg.in/yaml.v2 v2.4.0
Expand Down
Loading

0 comments on commit ea64223

Please sign in to comment.