2021-10-23 13:47:21 +00:00
|
|
|
module github.com/drakkan/sftpgo/tests/eventsearcher
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
2021-12-04 17:18:59 +00:00
|
|
|
github.com/drakkan/sftpgo/v2 v2.2.1-0.20211204162724-a7c0b07a2ab8
|
2021-10-23 13:47:21 +00:00
|
|
|
github.com/hashicorp/go-plugin v1.4.3
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/hashicorp/go-hclog v1.0.0 // 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
|
2021-12-04 17:18:59 +00:00
|
|
|
golang.org/x/net v0.0.0-20211201190559-0a0e4e1bb54c // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect
|
2021-10-23 13:47:21 +00:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
2021-12-04 17:18:59 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20211129164237-f09f9a12af12 // indirect
|
|
|
|
google.golang.org/grpc v1.42.0 // indirect
|
2021-10-23 13:47:21 +00:00
|
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
|
|
)
|
|
|
|
|
|
|
|
replace github.com/drakkan/sftpgo/v2 => ../..
|