This repository was archived by the owner on Sep 9, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,12 @@ funding.</a></i>
13
13
14
14
` dep ` is a dependency management tool for Go. It requires Go 1.9 or newer to compile.
15
15
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 ) .
20
20
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 ) .
23
22
24
23
## Installation
25
24
You can’t perform that action at this time.
0 commit comments