1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-16 00:04:40 +00:00

vendor: github.com/abbot/go-http-auth for #1802

This commit is contained in:
Nick Craig-Wood
2018-02-16 18:27:02 +00:00
parent 5530662ccc
commit 2b6f7028a6
23 changed files with 1597 additions and 2 deletions

View File

@@ -237,7 +237,7 @@ The `vendor` directory is entirely managed by the `dep` tool.
To add a new dependency
dep ensure github.com/pkg/errors
dep ensure -add github.com/pkg/errors
You can add constraints on that package (see the `dep` documentation),
but don't unless you really need to.