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.lock | |
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.lock')
-rw-r--r-- | Gopkg.lock | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -387,21 +387,23 @@ revision = "ac767d655b305d4e9612f5f6e33120b9176c4ad4" [[projects]] - branch = "master" - digest = "1:090a56ffcfac7f9095b601438e520f4b3609f3442afbaf151f750e2e377c3508" + digest = "1:71850ac10bbeb4d8dd06ce0743fe57654daf28510b0f6cbd9692aaf0d269360e" name = "golang.org/x/tools" packages = [ "go/ast/astutil", "go/gcexportdata", - "go/internal/cgo", "go/internal/gcimporter", + "go/internal/packagesdriver", "go/packages", "go/types/typeutil", "imports", "internal/fastwalk", + "internal/gopathwalk", + "internal/module", + "internal/semver", ] pruneopts = "UT" - revision = "a434f64ace81347eff0fb4a32bc80a235e0ad762" + revision = "7e5bf9270d7061560865b8847c378236480f47e3" [[projects]] digest = "1:6247f76e55a1e1a5c19a81e2d4b4dff6730461eeb5bbb0a16dd4a8ec8637ee93" |