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-04 00:15:23 +03:00
parent a3f0de7916
commit 21e8493838
655 changed files with 98 additions and 311569 deletions
-3
View File
@@ -70,11 +70,8 @@ bootstrap:
gox -build-toolchain
setup:
go get -u github.com/golang/dep/cmd/dep
go get -u golang.org/x/tools/cmd/cover
go get -u github.com/mitchellh/gox
go get -u github.com/go-bindata/go-bindata/...
dep ensure
clean:
@rm -f ./pgweb