diff options
Diffstat (limited to 'Gopkg.toml')
| -rw-r--r-- | Gopkg.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |