Commit Graph

34 Commits

Author SHA1 Message Date
mpl f4c5839f8c vendor: update go4.org/lock
To rev 9ba773eba85ab9e258ff516630f7f6474bc4535b

Change-Id: I32ac9fdc825e178548aaa5efc7ad219b2ec68465
2016-01-27 15:40:30 +01:00
mpl 74aa3fa163 vendor: go4.org/lock
imported at rev 96a2350179b917865057073eb6dd6e4488913ba2

Change-Id: Icae1af8b0e78779e9b462f71abf779387ab695b9
2016-01-20 17:22:59 +01:00
mpl 606cfcb635 vendor: update cloud/storage
To 392f2aeac3d98ee75147c8cd8f92e4f65104b0bb

Mainly so we can use the new Reader.

Change-Id: I61d88ba2bae4e8732d3426b5ae66b7ff2d89e89b
2016-01-15 00:03:27 +01:00
mpl 3b91e403e4 vendor: update http2
From golang.org/x/net/http2 at 415f1917e1dbc946ec834288a8a1e5ff6eee2900

Change-Id: If03d7d2eb3080628fc04110f927d8c7b80612508
2016-01-08 15:45:30 +01:00
Brad Fitzpatrick 8c2c601317 vendor: add google.golang.org/cloud/datastore at 6fdcab49
Change-Id: Ide2a5b66fd5a80c850fd89691a51bded826835a6
2015-12-28 20:39:55 -08:00
Brad Fitzpatrick 6abb512bae vendor: update golang.org/x/net/http2 to 5d0a0f8cd48
Change-Id: Ie7fe8c346ef23f9faeb46a41015bd964ff7d90ca
2015-12-28 17:21:14 -08:00
Brad Fitzpatrick 2cfe160e3f vendor: update go4.org to 3b6feb5c
Change-Id: Ief1ad254d746a28129f994d7d969661f7daf9553
2015-12-28 17:20:28 -08:00
mpl 32e922ad3d vendor: mv go4.org/cloud/gceutil go4.org/cloud/google/gceutil
Change-Id: I21c27b250b3a272f56b387ef07169a29da85f76c
2015-12-23 17:59:26 +01:00
mpl 6af01f6c71 vendor: move pkg/images dependencies from third_party
This change is in anticipation of moving pkg/images to go4.org, where it
should not depend on packages in third_party.

So:
third_party/github.com/nf/cr2 -> vendor/github.com/nf/cr2
third_party/github.com/rwcarlsen/goexif -> vendor/github.com/rwcarlsen/goexif
third_party/golang.org/x/image/tiff -> vendor/golang.org/x/image/tiff

Note that third_party/go/pkg/image/jpeg was also a dependency of
pkg/images. We had vendored image/jpeg from tip at the time because it
offered advantages over the version from Go1.3
(https://github.com/camlistore/camlistore/issues/463).
Since we now depend on Go1.5, we can go back to depend on the stdlib
version, so we simply remove third_party/go/pkg/image/jpeg and adjust
the imports accordingly.

Change-Id: Ifc8ffae0551102e644a0a0c67f3ff89e04df15c7
2015-12-18 22:15:33 +01:00
Mathieu Lonjaret 7985810be4 Merge "vendor: go4.org/fault" 2015-12-16 23:02:56 +00:00
mpl b6520c9ebe vendor: go4.org/fault
at rev 4210238a68e472c5c5c1b0e95d89a2c6bffaebdf

And remove pkg/fault

Change-Id: Ib80cbf7ad8db20c3e47b4e321e7355d9215a4ec9
2015-12-16 23:08:58 +01:00
mpl cea5e332ce vendor: go4.org/legal
At rev c3c16077b235db4c6b2a2a6121c2d429707f4ed4

And use it in new package pkg/camlegal

And remove pkg/legal

Change-Id: I5e398aa5f145a02a04d33719276fd2f8b82ab12b
2015-12-16 18:50:49 +01:00
mpl ec6a69f96b vendor: go4.org/ctxutil
Copied at rev 2a517455a0d520adb0253788df52cadd22148899

Change-Id: I2ca47719af473974b856a2fd632adf2669811bb7
2015-12-16 01:00:13 +01:00
mpl 4b2b539e0c website: use cloud/storage Client instead of googlestorage
Context: issue #652

Change-Id: I7f36eeeb4be015ef117704742ec8ab4e4eeea7ba
2015-12-07 19:27:28 +01:00
mpl 26ee743eae vendor: go4.org/wkfs/gcs
Previously pkg/wkfs/gcs.
Copied from go4.org at rev 2871b0368b3c6fab49a8a0ed4e14cc7c3132bdf4

Change-Id: I3b6bcf720ef5ae1215b2b1fdecf1ece532a4d3a0
2015-12-04 18:23:29 +01:00
mpl d9a3bbc73a pkg/vendor: update google.golang.org/cloud/storage
rev 2375e186ca77be721a7c9c7b13a659738a8511d2

This is so we can use storage.Client in pkg/wkfs/gcs (and later in
other places) instead of pkg/googlestorage

Change-Id: I1d0eafbffd40e0326c41214692754f6671ec1d5d
2015-12-03 00:55:53 +01:00
mpl 40be4d8da2 vendor: go4.org/jsonconfig (and errorutil)
Previously pkg/jsonconfig and pkg/errorutil

Copied from go4.org at rev d1b8a2fb2de6160036e4801aa5e4d855571078b8

Change-Id: I673ed55b0825baa2607289b6082f205100261d7a
2015-12-01 17:21:49 +01:00
mpl 3dbaa49395 vendor: go4.org/oauthutil
Previously pkg/oauthutil

Imported from go4.org at rev
3970dd22c0e7e2397304ad626a20b72f8db41b58

Change-Id: Iffb751d03af9bc0c3008e5cd3833ed42fba0bdb1
2015-11-27 00:31:40 +01:00
mpl 40c0d80b07 vendor: go4.org/wkfs
Previously pkg/wkfs

Copied from go4.org at rev 3970dd22c0e7e2397304ad626a20b72f8db41b58

Note that pkg/wkfs/gcs has not been moved yet (for dependencies
reasons).

Change-Id: I737e88a360bccfc643e1fa43541f65f2384c3157
2015-11-27 00:23:03 +01:00
mpl 1e2a306e8d vendor: add go4.org/cloud, update google.golang.org/api, and golang.org/x/net/context
Import go4.org/cloud/cloudlaunch and go4.org/cloud/gceutil, which were
previously in pkg/cloudlaunch, at rev
2c497a8c195996d6c48402c150da4919c1d99f33

Because the version on go4.org was updated to use the latest
google.golang.org/api/* , we also update our
vendor/google.golang.org/api/* to rev
030d584ade5f79aa2ed0ce067e8f7da50c9a10d5

This in turns requires to add vendor/golang.org/x/net/context/ctxhttp
(and update vendor/golang.org/x/net/context/) to rev
4f2fc6c1e69d41baf187332ee08fbd2b296f21ed

Also adding vendor/google.golang.org/api/gensupport for the same reason.

Change-Id: I9d6c3059626f7ecc0fbf2df0415043a464d27caa
2015-11-25 19:29:46 +01:00
mpl 8d76f0563b vendor: go4.org/syncutil/singleflight
Previously pkg/singleflight

Imported from github.com/camlistore/go4/ at rev
039bcc4ca7e407e5611cbdf15a1f208be0bceda0

Also reimport vendor/go4.org/syncutil because some of it got split into
github.com/camlistore/go4/syncutil/syncdebug

Change-Id: Iaf48de71928d17e0410442ea6f5bef7262ba60d2
2015-11-24 17:28:28 +01:00
mpl fd2d58e61b vendor: go4.org/net/throttle
Previously known as pkg/throttle

Imported from github.com/camlistore/go4 at rev
4d87fc99168459b13e7c78086d210cf11474ade2

Change-Id: I21298db0790b2cf125efb612befd7dfb24780861
2015-11-24 16:27:11 +01:00
mpl 12eddf9c19 vendor: go4.org/strutil go4.org/syncutil
They were internal packages (under pkg), which we are now moving to
go4.org, so we in turn need to vendor them in now.

Change-Id: I92224f731404d0bd4ca1c57492bed37cb3367ed4
2015-11-21 00:21:20 +01:00
Brad Fitzpatrick 0d3b78edef vendor: update google cloud logging
Rev: cae1d9bade07b
Only test changes.
2015-11-08 15:52:25 +01:00
mpl 2e34259de8 vendor: update http2
Replaced github.com/bradfitz/http2 with the latest golang.org/x/net/http2
and updated the following dependencies:

golang.org/x/net @ a179abb31d787abdb406d922dff79635a8d784a4
golang.org/x/oauth2 @ 038cb4adce85ed41e285c2e7cc6221a92bfa44aa
google.golang.org/grpc @ 1684e4a49ba8e6c88a8628b26395f310a1e3d99f

Change-Id: Ic8f294f22a4ec7f7ee513fd1eb29a0b72ac41886
2015-11-08 11:52:24 +01:00
mpl a7ccb62bf6 vendor: mv github.com/hjfreyer/taglib-go from third_party
Also bump it at 0ef8bba9c41b66c12f60ce9833786838d2c2d3d8 to fix panic

Fixes #647

Change-Id: Ic348ef6a19446de6a027d93aab748224b5f46a1d
2015-10-27 23:18:07 +01:00
mpl afe28ebf90 vendor mime/multipart
At a2119aca7dc82dc5b5cd40b1a2f56e82323da002 in go tip
because we want the bugfix at 821b54921a3cba5d853b531d4b03527c01bfc9b4

We could legitimately vendor as "vendor/mime/multipart" and shadow the
stdlib's but we do it in future for clarity.

Issue #642

Change-Id: Ifddbd4c9120936b8acc2f6ae31a97b1831b99f34
2015-10-14 19:16:19 +02:00
Brad Fitzpatrick 9106ce8296 vendor: update cloud logging to c7e49e47d60 2015-09-29 08:52:16 -07:00
mpl 7820d0279e vendor/google.golang.org/api: update googleapi and storage/v1
Because they were forgotten at 5744b598d4

rev b82cbee675293441769a97b99710295d58dac769

Change-Id: I37d664f969059106af68b854e74f57169dc64921
2015-09-23 17:18:33 +02:00
Brad Fitzpatrick 5744b598d4 vendor: update Google Cloud Logging, gocloud, add grpc, move http2, etc
I just wanted to update the Google Cloud Logging code (still in review
at: https://code-review.googlesource.com/#/c/2650/) but that required
updating tons of things. For instance, gocloud now always depends on
grpc, which depends on http2, which we already had in third_party, so
that now moves into vendor.

I was unable to run the tests because of some error. The error message
was useless.

But "go run make.go" compiles everything at least.
2015-09-22 14:48:04 +02:00
mpl 45c77f8379 vendor: golang.org/x/image/draw
At rev b3d8467d91f6ab3c9240e1c1e98309baf9ba6343

For rescaling YCbCr images (next commits).

Change-Id: I5e6169ddd9cc2b1b933d9482adfbec08c7e378d9
2015-09-05 00:48:20 +02:00
Brad Fitzpatrick 6f58fc2426 Fix build, move more stuff from third_party to vendor. 2015-08-18 10:19:49 +02:00
Brad Fitzpatrick b0c9fcc71f Start of a Google Cloud Logging package.
Will implement here and then upstream.
2015-08-15 22:49:27 +02:00
Brad Fitzpatrick 06f7accf31 Require Go 1.5 (due out soon), start move from third_party to vendor.
See https://golang.org/s/go15vendor

This commit moves the google.golang.org/cloud/... packages. The rest
of third_party will move later.

This commit is a dependency for some cloud logging work which we'll
develop in Camlistore's tree.
2015-08-15 22:45:11 +02:00