From c397d93b879670c00c1153ae0912a27253179e55 Mon Sep 17 00:00:00 2001 From: jamesread Date: Fri, 3 Sep 2021 23:10:22 +0100 Subject: [PATCH] deps machineid, fsnotify and gocron should be direct. Add buf. --- go.mod | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 3b9b4fd..b6a91ff 100644 --- a/go.mod +++ b/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