-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
require go 1.19 for plugins; require crowdsec 1.4.1; go mod tidy (#1823)
- Loading branch information
Showing
10 changed files
with
244 additions
and
5,336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,27 @@ | ||
module github.com/crowdsecurity/email-plugin | ||
|
||
go 1.16 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/crowdsecurity/crowdsec v1.2.0 | ||
github.com/crowdsecurity/crowdsec v1.4.1 | ||
github.com/hashicorp/go-hclog v1.0.0 | ||
github.com/hashicorp/go-plugin v1.4.3 | ||
github.com/xhit/go-simple-mail/v2 v2.10.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
||
require ( | ||
github.com/fatih/color v1.13.0 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect | ||
github.com/mattn/go-colorable v0.1.12 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
github.com/mitchellh/go-testing-interface v1.0.0 // indirect | ||
github.com/oklog/run v1.0.0 // indirect | ||
golang.org/x/net v0.0.0-20220418201149-a630d4f3e7a2 // indirect | ||
golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
google.golang.org/genproto v0.0.0-20220414192740-2d67ff6cf2b4 // indirect | ||
google.golang.org/grpc v1.45.0 // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | ||
) |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,26 @@ | ||
module github.com/crowdsecurity/http-plugin | ||
|
||
go 1.16 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/crowdsecurity/crowdsec v1.1.2-0.20210902103512-ea640dfb6d6d | ||
github.com/hashicorp/go-hclog v0.16.2 | ||
github.com/crowdsecurity/crowdsec v1.4.1 | ||
github.com/hashicorp/go-hclog v1.0.0 | ||
github.com/hashicorp/go-plugin v1.4.2 | ||
github.com/sirupsen/logrus v1.8.1 | ||
google.golang.org/grpc v1.40.0 | ||
google.golang.org/protobuf v1.27.1 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
||
require ( | ||
github.com/fatih/color v1.13.0 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect | ||
github.com/mattn/go-colorable v0.1.12 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
github.com/mitchellh/go-testing-interface v1.0.0 // indirect | ||
github.com/oklog/run v1.0.0 // indirect | ||
golang.org/x/net v0.0.0-20220418201149-a630d4f3e7a2 // indirect | ||
golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
google.golang.org/genproto v0.0.0-20220414192740-2d67ff6cf2b4 // indirect | ||
google.golang.org/grpc v1.45.0 // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | ||
) |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,29 @@ | ||
module github.com/crowdsecurity/slack-plugin | ||
|
||
go 1.16 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/crowdsecurity/crowdsec v1.1.2-0.20210902103512-ea640dfb6d6d | ||
github.com/hashicorp/go-hclog v0.16.2 | ||
github.com/crowdsecurity/crowdsec v1.4.1 | ||
github.com/hashicorp/go-hclog v1.0.0 | ||
github.com/hashicorp/go-plugin v1.4.2 | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/slack-go/slack v0.9.2 | ||
google.golang.org/grpc v1.40.0 | ||
google.golang.org/protobuf v1.27.1 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
||
require ( | ||
github.com/fatih/color v1.13.0 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/gorilla/websocket v1.4.2 // indirect | ||
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect | ||
github.com/mattn/go-colorable v0.1.12 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
github.com/mitchellh/go-testing-interface v1.0.0 // indirect | ||
github.com/oklog/run v1.0.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
golang.org/x/net v0.0.0-20220418201149-a630d4f3e7a2 // indirect | ||
golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
google.golang.org/genproto v0.0.0-20220414192740-2d67ff6cf2b4 // indirect | ||
google.golang.org/grpc v1.45.0 // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | ||
) |
Oops, something went wrong.