2021-10-23 13:47:21 +00:00
|
|
|
module github.com/drakkan/sftpgo/tests/eventsearcher
|
|
|
|
|
2022-03-23 09:58:01 +00:00
|
|
|
go 1.18
|
2021-10-23 13:47:21 +00:00
|
|
|
|
|
|
|
require (
|
2022-05-27 05:39:55 +00:00
|
|
|
github.com/hashicorp/go-plugin v1.4.4
|
2022-06-10 16:42:13 +00:00
|
|
|
github.com/sftpgo/sdk v0.1.1
|
2021-10-23 13:47:21 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2022-05-27 05:39:55 +00:00
|
|
|
github.com/google/go-cmp v0.5.8 // indirect
|
2022-06-10 16:42:13 +00:00
|
|
|
github.com/hashicorp/go-hclog v1.2.1 // indirect
|
2021-11-06 13:13:20 +00:00
|
|
|
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect
|
2021-12-04 17:18:59 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
2021-10-23 13:47:21 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
|
|
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
|
|
|
github.com/oklog/run v1.1.0 // indirect
|
2022-06-10 16:42:13 +00:00
|
|
|
golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220608164250-635b8c9b7f68 // indirect
|
2021-10-23 13:47:21 +00:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
2022-06-10 16:42:13 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20220608133413-ed9918b62aac // indirect
|
|
|
|
google.golang.org/grpc v1.47.0 // indirect
|
2022-03-23 09:58:01 +00:00
|
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
2021-10-23 13:47:21 +00:00
|
|
|
)
|