Explorar el Código

deps machineid, fsnotify and gocron should be direct. Add buf.

jamesread hace 4 años
padre
commit
c397d93b87
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  1. 4 3
      go.mod

+ 4 - 3
go.mod

@@ -3,9 +3,10 @@ module github.com/jamesread/OliveTin
 go 1.15
 
 require (
-	github.com/denisbrodbeck/machineid v1.0.1 // indirect
-	github.com/fsnotify/fsnotify v1.4.9 // indirect
-	github.com/go-co-op/gocron v1.6.2 // indirect
+	github.com/bufbuild/buf v0.37.0
+	github.com/denisbrodbeck/machineid v1.0.1
+	github.com/fsnotify/fsnotify v1.4.9
+	github.com/go-co-op/gocron v1.6.2
 	github.com/grpc-ecosystem/grpc-gateway/v2 v2.4.0
 	github.com/sirupsen/logrus v1.8.1
 	github.com/spf13/viper v1.7.1