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

Commit 76df8f8

Browse files
committed
Update README to reflect milestone reached
1 parent cb2c56a commit 76df8f8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,15 @@ Dep is a prototype dependency management tool. It requires Go 1.7 or newer to co
99
## Current status
1010

1111
**Alpha**.
12-
Functionality is known to be broken, missing or incomplete. Command and file format changes are still planned.
12+
Functionality is known to be broken, missing or incomplete. Changes are planned
13+
to the CLI commands soon.
1314
The repository is open to solicit feedback and contributions from the community.
1415
Please see below for feedback and contribution guidelines.
1516

17+
`Gopkg.toml` and `Gopkg.lock` have reached a stable structure, and it is safe to
18+
commit them in your projects. We plan to add more to these files, but we
19+
guarantee these changes will be backwards-compatible.
20+
1621
## Context
1722

1823
- [The Saga of Go Dependency Management](https://blog.gopheracademy.com/advent-2016/saga-go-dependency-management/)
@@ -44,11 +49,7 @@ To update a dependency to a new version, you might run
4449
$ dep ensure github.com/pkg/errors@^0.8.0
4550
```
4651

47-
See the help text for much more detailed usage instructions.
48-
49-
Note that **the manifest and lock file formats are not finalized**, and will likely change before the tool is released.
50-
We make no compatibility guarantees for the time being.
51-
Please don't commit any code or files created with the tool.
52+
See the help text for more detailed usage instructions.
5253

5354
## Feedback
5455

0 commit comments

Comments
 (0)