Skip to content

Commit

Permalink
Migrate from dep to go modules to manage dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
haosdent committed Jun 12, 2019
1 parent 575dd6f commit 587564d
Show file tree
Hide file tree
Showing 5 changed files with 378 additions and 1,283 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Follow either of the two links above to access the appropriate CLA and instructi

### Adding dependencies

If your patch depends on new packages, add that package with [`dep`](https://github.com/golang/dep). Follow the [instructions to add a dependency](https://golang.github.io/dep/docs/daily-dep.html#adding-a-new-dependency).
If your patch depends on new packages, add that package with [go modules](https://github.com/golang/go/wiki/Modules). Could refer to [quick start guideline](https://github.com/golang/go/wiki/Modules#quick-start) for more details.
Loading

0 comments on commit 587564d

Please sign in to comment.