perkeep/vendor
Paul Lindner 1d4d49ad7a vendor: update picago and oauth2 packages to latest version
Picago was very old and had local changes, update to latest release.
Also update to latest oauth2 as a transitive dependency.

Actual versions:

  github.com/tgulacsi/picago: 9e1ac2306c701ca7477a169b2b49902b7b4c58bf
  golang.org/x/oauth2: 197281d4e0ecd78c33865daf9c6e51626feefcb2

manually omit oauth2 testdata and tests that contain private keys to
make "devcam review" happy

This change was prepared using the forthcoming migration to the dep
tool.

Manually tested by setting up a new Picasa oauth config and importing
many photos.

Addresses: #889

Change-Id: I4d21941ccb4ade84ec658b5cfc8624e29f52be60
2017-12-31 15:23:15 -08:00
..
bazil.org/fuse vendor: avoid retaining irrelevant vendor files and enumerate existing removals 2017-12-28 15:36:01 -08:00
cloud.google.com/go vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
embed Vendor OpenSans (apache 2 licence) 2017-12-29 10:22:49 -08:00
github.com vendor: update picago and oauth2 packages to latest version 2017-12-31 15:23:15 -08:00
go4.org Merge "vendor: avoid retaining irrelevant vendor files and enumerate existing removals" 2017-12-29 01:18:03 +00:00
golang.org/x vendor: update picago and oauth2 packages to latest version 2017-12-31 15:23:15 -08:00
google.golang.org pkg/deploy/gce: also create Google Cloud Project for user 2017-04-21 18:09:10 +02: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
myitcv.io vendor: avoid retaining irrelevant vendor files and enumerate existing removals 2017-12-28 15:36:01 -08:00
rsc.io vendor: update qr package 2017-11-20 12:08:08 -08: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)