From 20c7868d9ef63d4ddc9983ec8d8397754ef4e268 Mon Sep 17 00:00:00 2001 From: Matthew Jaffee Date: Mon, 9 Oct 2017 14:55:13 -0500 Subject: [PATCH] constrain bolt to version rather than specific revision --- Gopkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gopkg.toml b/Gopkg.toml index b3e45f428..a91539345 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -30,7 +30,7 @@ [[constraint]] name = "github.com/boltdb/bolt" - revision = "4b1ebc1869ad66568b313d0dc410e2be72670dda" + version = "1.3.0" [[constraint]] name = "github.com/gorilla/mux"