go.mod 937 B

1234567891011121314151617181920212223242526
  1. module github.com/OliveTin/OliveTin
  2. go 1.16
  3. require (
  4. github.com/bufbuild/buf v1.3.1
  5. github.com/fsnotify/fsnotify v1.5.4
  6. github.com/fzipp/gocyclo v0.5.0
  7. github.com/go-co-op/gocron v1.13.0
  8. github.com/go-critic/go-critic v0.6.2
  9. github.com/google/uuid v1.3.0
  10. github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.3
  11. github.com/pelletier/go-toml/v2 v2.0.2 // indirect
  12. github.com/sirupsen/logrus v1.8.1
  13. github.com/spf13/viper v1.12.0
  14. github.com/stretchr/testify v1.7.2
  15. github.com/subosito/gotenv v1.4.0 // indirect
  16. golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect
  17. golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
  18. golang.org/x/sys v0.0.0-20220608164250-635b8c9b7f68 // indirect
  19. google.golang.org/genproto v0.0.0-20220608133413-ed9918b62aac
  20. google.golang.org/grpc v1.47.0
  21. google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
  22. google.golang.org/protobuf v1.28.0
  23. gopkg.in/ini.v1 v1.66.6 // indirect
  24. )