Skip to content

Commit

Permalink
vendor: migrate to go-mod
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Hahling <robin.hahling@gw-computing.net>
  • Loading branch information
rolinh committed Jan 28, 2020
1 parent 624070a commit 5e37073
Show file tree
Hide file tree
Showing 1,099 changed files with 66,750 additions and 167,099 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
GOPATH: /home/runner/work/hubble/go
run: |
export PATH=${PATH}:${GOPATH}/bin
go get -u github.com/golang/dep/cmd/dep
go get -u github.com/gordonklaus/ineffassign
go get -u golang.org/x/lint/golint
dep check
make check-fmt lint test
4 changes: 0 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,3 @@ Covenant](https://www.contributor-covenant.org/version/1/4/code-of-conduct)
Code of Conduct. Only by respecting each other can we develop a productive,
collaborative community. If you would like to report a violation of the code of
contact, please contact any of the maintainers.

## Development Requirements

* go dep >= 0.5.4 (`curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh`)
Loading

0 comments on commit 5e37073

Please sign in to comment.