perkeep/vendor
Will Norris 5dd8671051 vendor: update cloud,grpc,protobuf libraries
update additional supporting libraries needed with
219f966a95

github.com/golang/protobuf @ 7cc19b78d562895b13596ddce7aafb59dd789318
google.golang.org/grpc @ b062a3c003c22bfef58fa99d689e6a892b408f9d
google.golang.org/cloud @ 36e3752134d445180a77cd40c922c48850b6fe9c
 - same as before, just added missing 'internal' package

Tests:
 - go run make.go succeeds
 - camweb builds and runs
 - go test ./pkg/... has a couple of failures, but nothing that wasn't
 already failing before this change

Fixes #743

Change-Id: I0a81f471f79255fcb4e0d615630eecce1c5cd966
2016-04-29 19:42:33 -07:00
..
bazil.org/fuse Update bazil.org/fuse 2016-04-09 12:40:02 -07:00
code.google.com/p Move remaining stuff in third_party/* to vendor/* 2016-04-20 16:49:15 -07:00
embed path fixes for third_party move 2016-04-21 12:25:17 -07:00
github.com vendor: update cloud,grpc,protobuf libraries 2016-04-29 19:42:33 -07:00
go4.org vendor: update go4.org 2016-02-08 21:30:09 +01:00
golang.org/x vendor: add golang.org/x/sys/unix 2016-04-26 08:57:58 -07:00
google.golang.org vendor: update cloud,grpc,protobuf libraries 2016-04-29 19:42:33 -07: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)