perkeep/vendor
Filippo Valsorda a0b605ec21 blobserver/b2: update b2 library to refresh tokens and tune blobserver
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
2017-04-01 16:48:11 +01:00
..
bazil.org/fuse vendor: update bazil.org/fuse 2016-07-20 16:09:08 +02:00
cloud.google.com/go vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
code.google.com/p vendor: rm code.google.com/p/go.crypto/openpgp 2016-11-28 19:34:32 +01:00
embed vendor: update react to 15.4.2 2017-01-25 19:11:58 +01:00
github.com blobserver/b2: update b2 library to refresh tokens and tune blobserver 2017-04-01 16:48:11 +01:00
go4.org vendor: update go4.org/wkfs/gcs 2017-01-05 16:58:18 +01:00
golang.org/x vendor: rm golang.org/x/crypto/openpgp/clearsign 2016-12-10 01:21:10 +01:00
google.golang.org vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
honnef.co/go/js/dom web UI: add "About" menu entry and dialog 2017-03-07 00:24:07 +01:00
labix.org/v2/mgo Move remaining stuff in third_party/* to vendor/* 2016-04-20 16:49:15 -07:00
README Move remaining stuff in third_party/* to vendor/* 2016-04-20 16:49:15 -07:00

README

External packages which Camlistore depends on.

These are not under Camlistore copyright/license.  See the respective projects
for their copyright & licensing details.

These are mirrored into Camlistore for hermetic build reasons, as well
as enabling local patching to work with an ever-changing upstream Go
project.  (not all projects will follow Go tip as closely)