mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-22 07:30:25 +00:00
df86955f28
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
27 lines
995 B
Modula-2
27 lines
995 B
Modula-2
module github.com/drakkan/sftpgo/tests/eventsearcher
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/drakkan/sftpgo/v2 v2.2.1-0.20211204162724-a7c0b07a2ab8
|
|
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
|
|
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // 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.14.1 // indirect
|
|
github.com/oklog/run v1.1.0 // indirect
|
|
golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20211223182754-3ac035c7e7cb // indirect
|
|
google.golang.org/grpc v1.43.0 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
)
|
|
|
|
replace github.com/drakkan/sftpgo/v2 => ../..
|