aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
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"