Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
README: clarify deprecation and point to modules
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdan committed Sep 4, 2020
1 parent 87f3094 commit 31be684
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,13 @@
<a href="https://goreportcard.com/report/github.com/golang/dep"><img src="https://goreportcard.com/badge/github.com/golang/dep" /></a>
</p>

<i>Would you like to see your company name here? <a
href="https://github.com/golang/dep/issues/2165">We're looking for a stable source of
funding.</a></i>

## Dep

`dep` is a dependency management tool for Go. It requires Go 1.9 or newer to compile.

`dep` was initially developed to experiment with a new dependency management system
for Go; but, as of Go 1.11, **the Go project has officially adopted a different approach,
based on the concept of Modules**, which is described in a [series of posts](https://blog.golang.org/using-go-modules)
published on [blog.golang.org](https://blog.golang.org).
Please note that Dep was an official experiment to implement a package manager
for Go. As of 2020, Dep is deprecated and archived in favor of Go modules, which
have had official support since Go 1.11. For more details, see https://golang.org/ref/mod.

For guides and reference materials about `dep`, see [the documentation](https://golang.github.io/dep).

Expand Down

0 comments on commit 31be684

Please sign in to comment.