perkeep/vendor
Eric Drechsel 2b093f38c8 vendor: update react to 15.4.2
The main motivation is that we want to use gopherjs +
github.com/myitcv/gopherjs/react , which requires a recent react.

This CL also fully switches to only using minified js files.

The changes in server/camlistored/ui are the result of some react
API changes, such as:

 - wraps component instantiation in React.createElement
 - React.classSet -> classNames
 - Need tbody between table and tr in a couple places
 - component array elts need unique keys (longstanding warning)
 - change root elt from body to a child div (to fix warning)
 - don't check isMounted in container render function
 - fix a bunch of style keys using kebab-case instead of camelCase

Change-Id: Idc22d07704688ccde3e4f67d4f188a5ad32b6e32
2017-01-25 19:11:58 +01:00
..
bazil.org/fuse vendor: update bazil.org/fuse 2016-07-20 16:09:08 +02:00
cloud.google.com/go vendor: update go4.org/wkfs/gcs 2017-01-05 16:58:18 +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 vendor: update go4.org/wkfs/gcs 2017-01-05 16:58:18 +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 go4.org/wkfs/gcs 2017-01-05 16:58:18 +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)