mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 15:10:23 +00:00
499c7a432d
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
25 lines
847 B
Modula-2
25 lines
847 B
Modula-2
module github.com/drakkan/sftpgo/tests/eventsearcher
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
github.com/hashicorp/go-plugin v1.6.0
|
|
github.com/sftpgo/sdk v0.1.7
|
|
)
|
|
|
|
require (
|
|
github.com/fatih/color v1.16.0 // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/hashicorp/go-hclog v1.6.3 // indirect
|
|
github.com/hashicorp/yamux v0.1.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
|
github.com/oklog/run v1.1.0 // indirect
|
|
golang.org/x/net v0.25.0 // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
golang.org/x/text v0.15.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240506185236-b8a5c65736ae // indirect
|
|
google.golang.org/grpc v1.63.2 // indirect
|
|
google.golang.org/protobuf v1.34.1 // indirect
|
|
)
|