Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

Commit

Permalink
Merge pull request #555 from tjamet/master
Browse files Browse the repository at this point in the history
Refer to golang/dep in the Readme
  • Loading branch information
Edward Muller committed Jan 26, 2018
2 parents a9cd056 + 003516d commit d5b8f3b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Readme.md
Expand Up @@ -12,6 +12,14 @@ but you can use it on any project that works with Go 1 or newer.

Please check the [FAQ](FAQ.md) if you have a question.

## Golang Dep

The Go community now has the [dep](https://github.com/golang/dep) project to
manage dependencies. Please consider trying to migrate from Godep to dep. If there
is an issue preventing you from migrating please file an issue with dep so the
problem can be corrected. Godep will continue to be supported for some time but
is considered to be in a state of support rather than active feature development.

## Install

```console
Expand Down

0 comments on commit d5b8f3b

Please sign in to comment.