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

Commit

Permalink
Update README to clarify project status
Browse files Browse the repository at this point in the history
README: clarify current status of Go dependency management
  • Loading branch information
sdboyer authored Apr 16, 2020
2 parents 5600de0 + ac31146 commit 87f3094
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ funding.</a></i>

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

`dep` was the "official experiment." The Go toolchain, as of 1.11, has adopted
an approach that sharply diverges from `dep`. As a result, we are continuing
development of `dep`, but gearing work primarily towards the development of an
alternative prototype for versioning behavior in the toolchain.
`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).

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

## Installation

Expand Down

0 comments on commit 87f3094

Please sign in to comment.