Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Switch to Dep #165

Merged
merged 2 commits into from
Dec 27, 2017
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
  •  
  •  
  •  
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,10 @@ ln -s $(pwd)/hack/hooks/* .git/hooks
```

from the project root.

## Dependencies

This project uses [dep](https://github.com/golang/dep) for managing dependencies and the `vendor` directory.
You should not need to know about this tool unless you are trying to add a new dependency or update an existing one.

See the [dep documentation](https://github.com/golang/dep#adding-a-dependency) for information on how to add a dependency.
357 changes: 0 additions & 357 deletions Godeps/Godeps.json

This file was deleted.

5 changes: 0 additions & 5 deletions Godeps/Readme

This file was deleted.

Loading