From 6ca3ec580dd2c8194ff7780133b85bac0fdbf92f Mon Sep 17 00:00:00 2001 From: Jean-Louis Huynen Date: Wed, 29 May 2019 15:01:12 +0200 Subject: [PATCH] chg: [deps] switch satori for gofrs --- d4-goclient.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/d4-goclient.go b/d4-goclient.go index 7155287..bf3bd40 100644 --- a/d4-goclient.go +++ b/d4-goclient.go @@ -21,8 +21,7 @@ import ( "strings" "time" - //BSD 3 - uuid "github.com/satori/go.uuid" + uuid "github.com/gofrs/uuid" ) const (