go.mod 754 B

12345678910111213141516171819202122
  1. module github.com/jamesread/OliveTin
  2. go 1.16
  3. require (
  4. github.com/bufbuild/buf v0.54.1
  5. github.com/denisbrodbeck/machineid v1.0.1
  6. github.com/fsnotify/fsnotify v1.4.9
  7. github.com/fzipp/gocyclo v0.3.1
  8. github.com/go-co-op/gocron v1.6.2
  9. github.com/go-critic/go-critic v0.6.1
  10. github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0
  11. github.com/sirupsen/logrus v1.8.1
  12. github.com/spf13/viper v1.8.1
  13. github.com/stretchr/testify v1.7.0
  14. golang.org/x/sys v0.0.0-20211103235746-7861aae1554b // indirect
  15. golang.org/x/tools v0.1.7 // indirect
  16. google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced
  17. google.golang.org/grpc v1.40.0-dev.0.20210708170655-30dfb4b933a5
  18. google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
  19. google.golang.org/protobuf v1.27.1
  20. )