mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-04-21 12:32:38 +00:00
Setting configurations is an experimental feature and is not currently supported in the REST API Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
26 lines
852 B
AMPL
26 lines
852 B
AMPL
module github.com/drakkan/sftpgo/tests/ipfilter
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/hashicorp/go-plugin v1.4.8
|
|
github.com/sftpgo/sdk v0.1.3-0.20230213120720-de3129520736
|
|
)
|
|
|
|
require (
|
|
github.com/fatih/color v1.14.1 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/hashicorp/go-hclog v1.4.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.17 // indirect
|
|
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
|
github.com/oklog/run v1.1.0 // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
golang.org/x/text v0.7.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20230216225411-c8e22ba71e44 // indirect
|
|
google.golang.org/grpc v1.53.0 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
)
|