aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorAmine Hilaly <hilalyamine@gmail.com>2019-07-07 13:36:05 +0200
committerAmine Hilaly <hilalyamine@gmail.com>2019-07-07 13:36:05 +0200
commit7a336e95b19f222e77df37284ebd2ecbcc691625 (patch)
treea834d9021231942b279469eb308fd7f8f838fade /Gopkg.toml
parenteef7333243252ae81cd43921beb8e0749a170585 (diff)
downloadgit-bug-7a336e95b19f222e77df37284ebd2ecbcc691625.tar.gz
Update Gopkg.lock and Gopkg.tml
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index a406d377..519760c7 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -66,4 +66,8 @@
[[override]]
name = "golang.org/x/tools"
- revision = "7e5bf9270d7061560865b8847c378236480f47e3" \ No newline at end of file
+ revision = "7e5bf9270d7061560865b8847c378236480f47e3"
+
+[[constraint]]
+ name = "github.com/blang/semver"
+ version = "3.6.1"