Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vendor: migrate to go-mod #67

Merged
merged 1 commit into from
Jan 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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