summaryrefslogtreecommitdiffhomepage
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2018-01-23 11:26:45 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2018-01-23 11:26:45 +0900
commitb391322bcbf56d623ca0a6b667c026b92f1e9e4d (patch)
tree01cbce1bc1aff3a98161083b25ae7c13ebfde256 /Gopkg.toml
parentbe7e6206bc3706214a0aab762ca1af4a782ad27c (diff)
fix breakage with the latest github.com/satori/go.uuid
The API has changed with the master branch of go.uuid. GoBGP uses the dependency management tool so it's not problem. However, there are projects using GoBGP as a library and doesn't use a dependency management tool... GoBGP has used a released version of go.uuid so now I have to change Gopkg.toml to use tha master branch. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index 011ffc05..742435a9 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -50,8 +50,8 @@
name = "github.com/kr/pretty"
[[constraint]]
+ branch = "master"
name = "github.com/satori/go.uuid"
- version = "1.1.0"
[[constraint]]
name = "github.com/sirupsen/logrus"