go.mod 998 B

123456789101112131415161718192021222324252627282930
  1. module cfTest
  2. go 1.18
  3. require (
  4. github.com/cloudflare/cloudflare-go v0.98.0
  5. github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
  6. github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0
  7. github.com/jinzhu/copier v0.3.5
  8. github.com/samber/lo v1.37.0
  9. github.com/sirupsen/logrus v1.9.0
  10. google.golang.org/grpc v1.64.0
  11. google.golang.org/protobuf v1.33.0
  12. gopkg.in/natefinch/lumberjack.v2 v2.0.0
  13. )
  14. require (
  15. github.com/BurntSushi/toml v1.2.0 // indirect
  16. github.com/goccy/go-json v0.10.3 // indirect
  17. github.com/google/go-querystring v1.1.0 // indirect
  18. github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
  19. github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
  20. golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
  21. golang.org/x/net v0.26.0 // indirect
  22. golang.org/x/sys v0.21.0 // indirect
  23. golang.org/x/text v0.16.0 // indirect
  24. golang.org/x/time v0.5.0 // indirect
  25. google.golang.org/genproto v0.0.0-20220808131553-a91ffa7f803e // indirect
  26. gopkg.in/yaml.v2 v2.4.0 // indirect
  27. )