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

Commit 87f3094

Browse files
authored
Update README to clarify project status
README: clarify current status of Go dependency management
2 parents 5600de0 + ac31146 commit 87f3094

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ funding.</a></i>
1313

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

16-
`dep` was the "official experiment." The Go toolchain, as of 1.11, has adopted
17-
an approach that sharply diverges from `dep`. As a result, we are continuing
18-
development of `dep`, but gearing work primarily towards the development of an
19-
alternative prototype for versioning behavior in the toolchain.
16+
`dep` was initially developed to experiment with a new dependency management system
17+
for Go; but, as of Go 1.11, **the Go project has officially adopted a different approach,
18+
based on the concept of Modules**, which is described in a [series of posts](https://blog.golang.org/using-go-modules)
19+
published on [blog.golang.org](https://blog.golang.org).
2020

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

2423
## Installation
2524

0 commit comments

Comments
 (0)