2022-03-23 09:58:01 +00:00
|
|
|
module github.com/drakkan/sftpgo/tests/ipfilter
|
|
|
|
|
2023-08-10 17:23:55 +00:00
|
|
|
go 1.21
|
2022-03-23 09:58:01 +00:00
|
|
|
|
|
|
|
require (
|
2023-12-21 17:07:03 +00:00
|
|
|
github.com/hashicorp/go-plugin v1.6.0
|
2023-10-11 16:48:29 +00:00
|
|
|
github.com/sftpgo/sdk v0.1.6
|
2022-03-23 09:58:01 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-12-21 17:07:03 +00:00
|
|
|
github.com/fatih/color v1.16.0 // indirect
|
2023-03-15 17:44:08 +00:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2023-12-21 17:07:03 +00:00
|
|
|
github.com/hashicorp/go-hclog v1.6.2 // 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-12-21 17:07:03 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // 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-12-21 17:07:03 +00:00
|
|
|
golang.org/x/net v0.19.0 // indirect
|
|
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
|
|
golang.org/x/text v0.14.0 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect
|
|
|
|
google.golang.org/grpc v1.60.1 // indirect
|
2023-08-10 17:23:55 +00:00
|
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
2022-03-23 09:58:01 +00:00
|
|
|
)
|