Gopkg.toml / Gopkg.lock contain the full set of revisions used by
Perkeep now. You can remove your entire vendor tree and
dep ensure && dep prune
will restore you to a known good state.
This final change contains various files that were missing (like
LICENSE/README.md/tests) and also prunes a number of packages that
are transitively unused.
Fixes#889
Change-Id: I6ee6c4a4e14e2de6b6f33620eb7e2c44e97ce91b
Previously the b2 library would not refresh authorization token,
resulting in errors after 24 hours of uptime.
Also, fix RemoveBlobs not to return an error on not found names. This
was working correctly with a previous iteration of the b2 library, and
was not fixed when the API changed.
github.com/FiloSottile/b2: d05beb60354dacaa61460156f5c498bc25aecbcf
Change-Id: I8d735abd64616b82fd95807e15ffdd7d450a4ed6