summaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@gmail.com>2019-05-07 15:02:18 +0900
committerFUJITA Tomonori <fujita.tomonori@gmail.com>2019-05-08 08:52:31 +0900
commit11c1ce77f9b194733bdcabe1b4dc660fa35cabbd (patch)
tree9f359c2f2e3f2e30cfbfcd71a44a8e69ad482174 /go.mod
parent7d2823d4c037caf39c7222632669210a4b6d1ed4 (diff)
server: replace github.com/satori/go.uuid
satori/go.uuid broke the API without the major version updated. We could work around this with the module feature but looks like there is a better option, google/uuid, so let's replace it. Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index eb8f489c..2ab35308 100644
--- a/go.mod
+++ b/go.mod
@@ -10,6 +10,7 @@ require (
github.com/eapache/queue v1.0.2 // indirect
github.com/fsnotify/fsnotify v1.4.2 // indirect
github.com/golang/protobuf v1.0.0
+ github.com/google/uuid v1.1.1
github.com/hashicorp/hcl v0.0.0-20170509225359-392dba7d905e // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jessevdk/go-flags v1.3.0
@@ -20,7 +21,6 @@ require (
github.com/pelletier/go-buffruneio v0.2.0 // indirect
github.com/pelletier/go-toml v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
- github.com/satori/go.uuid v0.0.0-20180103174451-36e9d2ebbde5
github.com/sirupsen/logrus v0.0.0-20170713114250-a3f95b5c4235
github.com/spf13/afero v0.0.0-20170217164146-9be650865eab // indirect
github.com/spf13/cast v1.1.0 // indirect