Skip to content

Commit f2d47eb

Browse files
committed
docs: we've switched to Go Modules
1 parent c34801d commit f2d47eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This tool reads all the `VAULT_*` environment variables as the vault cli does. Y
5252

5353
## Dependencies
5454

55-
I use [golang/dep](https://github.com/golang/dep) for managing the `vendor/` directory. I like to run `dep ensure && dep prune` to keep the tree small.
55+
This project uses [Go Modules](https://github.com/golang/go/wiki/Modules) and thus requires Go 1.11+.
5656

5757
## Releases
5858

0 commit comments

Comments
 (0)