mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-22 07:30:25 +00:00
63bf8eb1a1
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
26 lines
872 B
Modula-2
26 lines
872 B
Modula-2
module github.com/drakkan/sftpgo/tests/eventsearcher
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/hashicorp/go-plugin v1.4.5
|
|
github.com/sftpgo/sdk v0.1.2
|
|
)
|
|
|
|
require (
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/hashicorp/go-hclog v1.3.1 // 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.16 // indirect
|
|
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
|
github.com/oklog/run v1.1.0 // indirect
|
|
golang.org/x/net v0.1.0 // indirect
|
|
golang.org/x/sys v0.1.0 // indirect
|
|
golang.org/x/text v0.4.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20221018160656-63c7b68cfc55 // indirect
|
|
google.golang.org/grpc v1.50.1 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
)
|