mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-04-21 12:32:38 +00:00
26 lines
841 B
AMPL
26 lines
841 B
AMPL
module github.com/drakkan/sftpgo/tests/ipfilter
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/hashicorp/go-plugin v1.4.10
|
|
github.com/sftpgo/sdk v0.1.5
|
|
)
|
|
|
|
require (
|
|
github.com/fatih/color v1.15.0 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/hashicorp/go-hclog v1.5.0 // 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.19 // indirect
|
|
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
|
github.com/oklog/run v1.1.0 // indirect
|
|
golang.org/x/net v0.14.0 // indirect
|
|
golang.org/x/sys v0.11.0 // indirect
|
|
golang.org/x/text v0.12.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230807174057-1744710a1577 // indirect
|
|
google.golang.org/grpc v1.57.0 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
)
|