aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-07-09 08:47:46 +0200
committerGitHub <noreply@github.com>2019-07-09 08:47:46 +0200
commita5c42b7c11fc082d47027ba5e0dbdeddcc14e62e (patch)
treea279d04878f3f1b1e28089779d011c0cb4b7545d /Gopkg.toml
parenteef7333243252ae81cd43921beb8e0749a170585 (diff)
parentfb50d470483b91d98e27ca6f9f605f0c51af6a71 (diff)
downloadgit-bug-a5c42b7c11fc082d47027ba5e0dbdeddcc14e62e.tar.gz
Merge pull request #177 from A-Hilaly/git-version
Check git version in repo RmConfigs
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"