From 483a1e717f5c1d0a68061d596118a93b2d498d53 Mon Sep 17 00:00:00 2001 From: "Joe Richey joerichey@google.com" Date: Thu, 30 Aug 2018 01:26:47 -0700 Subject: Transition from dep to golang's module system --- Gopkg.toml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 Gopkg.toml (limited to 'Gopkg.toml') diff --git a/Gopkg.toml b/Gopkg.toml deleted file mode 100644 index 8336862..0000000 --- a/Gopkg.toml +++ /dev/null @@ -1,40 +0,0 @@ -# Tools required for generating, liniting, and formatting code -required = [ - "github.com/golang/lint/golint", - "github.com/golang/protobuf/protoc-gen-go", - "golang.org/x/tools/cmd/goimports", - "honnef.co/go/tools/cmd/megacheck", - "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" - version = "1.0.0" - -[[constraint]] - name = "github.com/pkg/errors" - version = "0.8.0" - -[[constraint]] - name = "github.com/urfave/cli" - version = "1.20.0" - -# golang.org/x/* packages are not versioned -[[constraint]] - name = "golang.org/x/crypto" - branch = "master" - -[[constraint]] - name = "golang.org/x/sys" - branch = "master" - -[prune] - non-go = true - go-tests = true - unused-packages = true -- cgit v1.2.3