2021-08-25 09:43:29 +00:00
|
|
|
module github.com/crowdsecurity/http-plugin
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2021-09-03 10:24:59 +00:00
|
|
|
github.com/crowdsecurity/crowdsec v1.1.2-0.20210902103512-ea640dfb6d6d
|
|
|
|
github.com/hashicorp/go-hclog v0.16.2
|
2021-08-25 09:43:29 +00:00
|
|
|
github.com/hashicorp/go-plugin v1.4.2
|
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-09-03 10:24:59 +00:00
|
|
|
google.golang.org/grpc v1.40.0
|
2021-08-25 09:43:29 +00:00
|
|
|
google.golang.org/protobuf v1.27.1
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
)
|