move project to go modules

- remove vendor
- pin cockroach version in tests
- remove golang.org/x/tools/cmd/cover (not maintained and moved to standart library)
This commit is contained in:
Nikita Kazarian
2021-03-03 23:56:30 +03:00
parent a3f0de7916
commit 21e8493838
655 changed files with 98 additions and 311569 deletions

View File

@@ -14,8 +14,6 @@ install:
- cd %APPVEYOR_BUILD_FOLDER%
- go env
- go version
- go get github.com/golang/dep/cmd/dep
- dep ensure
build_script:
- go build