Skip to content

Commit

Permalink
Merge pull request #45 from sbs2001/latest_sp
Browse files Browse the repository at this point in the history
Support latest crowdsec agent
  • Loading branch information
buixor authored Jul 27, 2021
2 parents 4454124 + f837e90 commit 029c8cb
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 38 deletions.
10 changes: 3 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@ go 1.16
require (
github.com/cloudflare/cloudflare-go v0.16.0
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
github.com/crowdsecurity/crowdsec v1.0.14
github.com/crowdsecurity/go-cs-bouncer v0.0.0-20210113162030-7eec88c1afa8
github.com/go-openapi/errors v0.19.9
github.com/crowdsecurity/crowdsec v1.0.15-0.20210602122734-71c1d9431fda
github.com/crowdsecurity/go-cs-bouncer v0.0.0-20210715153028-e96121f59525
github.com/prometheus/client_golang v1.9.0
github.com/sirupsen/logrus v1.8.1
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/tools v0.1.4 // 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
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
Loading

0 comments on commit 029c8cb

Please sign in to comment.