aboutsummaryrefslogtreecommitdiff
path: root/Gopkg.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index 29da3c7..8336862 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -7,6 +7,11 @@ required = [
"github.com/wadey/gocovmerge"
]
+[[constraint]]
+ name = "github.com/golang/lint"
+ branch = "lukyth/feature/ignore-vendor"
+ source = "github.com/lukyth/lint"
+
# Source dependancies
[[constraint]]
name = "github.com/golang/protobuf"