Skip to content

Commit

Permalink
Add basic docs for using dep
Browse files Browse the repository at this point in the history
  • Loading branch information
cblecker committed Nov 2, 2017
1 parent ba1a986 commit 8ee9b3b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/dep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# kubernetes/test-infra dependency management

test-infra uses [`dep`](https://github.com/golang/dep) for Go dependency
management. `dep` is a prototype dependency management tool for Go. It requires
Go 1.8 or newer to compile.

You can follow the [setup instructions](https://github.com/golang/dep#setup) to
set up `dep` in your local environment.

0 comments on commit 8ee9b3b

Please sign in to comment.