go.mod 840 B

12345678910111213141516171819202122232425
  1. module github.com/drakkan/sftpgo/tests/ipfilter
  2. go 1.21
  3. require (
  4. github.com/hashicorp/go-plugin v1.6.0
  5. github.com/sftpgo/sdk v0.1.6
  6. )
  7. require (
  8. github.com/fatih/color v1.16.0 // indirect
  9. github.com/golang/protobuf v1.5.3 // indirect
  10. github.com/hashicorp/go-hclog v1.6.2 // indirect
  11. github.com/hashicorp/yamux v0.1.1 // indirect
  12. github.com/mattn/go-colorable v0.1.13 // indirect
  13. github.com/mattn/go-isatty v0.0.20 // indirect
  14. github.com/mitchellh/go-testing-interface v1.14.1 // indirect
  15. github.com/oklog/run v1.1.0 // indirect
  16. golang.org/x/net v0.19.0 // indirect
  17. golang.org/x/sys v0.15.0 // indirect
  18. golang.org/x/text v0.14.0 // indirect
  19. google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect
  20. google.golang.org/grpc v1.60.1 // indirect
  21. google.golang.org/protobuf v1.31.0 // indirect
  22. )