diff options
| author | Joseph Richey <joerichey@google.com> | 2018-08-30 13:41:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-30 13:41:49 -0700 |
| commit | 0f451a722918f39fa07bd9337e4a14ca154b13ae (patch) | |
| tree | 9868ffed8cb74357a06e63b88c56d71b13b415af /Gopkg.toml | |
| parent | 1e1b67dae6c3ae3b5acb5ce377b01b286c3e676b (diff) | |
| parent | 1c9bafdec78b8f238a82314b6d9c566a951486c2 (diff) | |
Merge pull request #107 from google/mod
Use Go Modules and support Go 1.11 building
Diffstat (limited to 'Gopkg.toml')
| -rw-r--r-- | Gopkg.toml | 40 |
1 files changed, 0 insertions, 40 deletions
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 |