You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ This tool reads all the `VAULT_*` environment variables as the vault cli does. Y
52
52
53
53
## Dependencies
54
54
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+.
0 commit comments