diff options
author | Michael Muré <batolettre@gmail.com> | 2019-04-10 20:30:34 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2019-04-10 20:30:34 +0200 |
commit | 0e53d2555e9a6ddc707f6c59497f30e182116c80 (patch) | |
tree | 7fa6cd92d87c8ac6a0fd486be9647b69975b7d21 /Gopkg.toml | |
parent | 9722d7c9eca28b1710e50ac9075fd11d0db0606a (diff) | |
download | git-bug-0e53d2555e9a6ddc707f6c59497f30e182116c80.tar.gz |
force a version of golang.org/x/tools due to an incompatibility with gqlgen
Diffstat (limited to 'Gopkg.toml')
-rw-r--r-- | Gopkg.toml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -62,4 +62,8 @@ [[constraint]] name = "github.com/MichaelMure/gocui" - branch = "master"
\ No newline at end of file + branch = "master" + +[[override]] + name = "golang.org/x/tools" + revision = "7e5bf9270d7061560865b8847c378236480f47e3"
\ No newline at end of file |