go.mod 677 B

12345678910111213141516171819
  1. module github.com/jamesread/OliveTin
  2. go 1.15
  3. require (
  4. github.com/denisbrodbeck/machineid v1.0.1 // indirect
  5. github.com/fsnotify/fsnotify v1.4.9 // indirect
  6. github.com/go-co-op/gocron v1.6.2 // indirect
  7. github.com/grpc-ecosystem/grpc-gateway/v2 v2.4.0
  8. github.com/sirupsen/logrus v1.8.1
  9. github.com/spf13/viper v1.7.1
  10. github.com/stretchr/testify v1.7.0
  11. golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
  12. golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
  13. google.golang.org/genproto v0.0.0-20210520160233-290a1ae68a05
  14. google.golang.org/grpc v1.37.0
  15. google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.0.0
  16. google.golang.org/protobuf v1.26.0
  17. )