From 0e53d2555e9a6ddc707f6c59497f30e182116c80 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Wed, 10 Apr 2019 20:30:34 +0200 Subject: force a version of golang.org/x/tools due to an incompatibility with gqlgen --- Gopkg.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Gopkg.toml') diff --git a/Gopkg.toml b/Gopkg.toml index 15242ed8..15d24239 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -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 -- cgit