mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 06:10:54 +03:00
25 lines
785 B
Modula-2
25 lines
785 B
Modula-2
module github.com/drakkan/sftpgo/tests/eventsearcher
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/hashicorp/go-plugin v1.7.0
|
|
github.com/sftpgo/sdk v0.1.9
|
|
)
|
|
|
|
require (
|
|
github.com/fatih/color v1.18.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.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/oklog/run v1.2.0 // indirect
|
|
golang.org/x/net v0.47.0 // indirect
|
|
golang.org/x/sys v0.38.0 // indirect
|
|
golang.org/x/text v0.31.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20251111163417-95abcf5c77ba // indirect
|
|
google.golang.org/grpc v1.77.0 // indirect
|
|
google.golang.org/protobuf v1.36.10 // indirect
|
|
)
|