2022-03-23 09:58:01 +00:00
|
|
|
module github.com/drakkan/sftpgo/tests/ipfilter
|
|
|
|
|
2023-02-13 11:58:21 +00:00
|
|
|
go 1.20
|
2022-03-23 09:58:01 +00:00
|
|
|
|
|
|
|
require (
|
2023-05-03 11:07:48 +00:00
|
|
|
github.com/hashicorp/go-plugin v1.4.10-0.20230403150917-e889c1ba1044
|
|
|
|
github.com/sftpgo/sdk v0.1.3
|
2022-03-23 09:58:01 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-03-15 17:44:08 +00:00
|
|
|
github.com/fatih/color v1.15.0 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2023-03-22 18:02:54 +00:00
|
|
|
github.com/hashicorp/go-hclog v1.5.0 // indirect
|
2022-10-20 16:17:13 +00:00
|
|
|
github.com/hashicorp/yamux v0.1.1 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2023-03-22 18:02:54 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.18 // indirect
|
2022-03-23 09:58:01 +00:00
|
|
|
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
|
|
|
github.com/oklog/run v1.1.0 // indirect
|
2023-05-03 11:07:48 +00:00
|
|
|
golang.org/x/net v0.9.0 // indirect
|
|
|
|
golang.org/x/sys v0.7.0 // indirect
|
|
|
|
golang.org/x/text v0.9.0 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
|
2023-03-22 18:02:54 +00:00
|
|
|
google.golang.org/grpc v1.54.0 // indirect
|
|
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
2022-03-23 09:58:01 +00:00
|
|
|
)
|