kompose/vendor/github.com
Charlie Drage 43b1ca0fe0 Resolve logrus and gojsonschema vendoring conflicts
Some vendoring is blocking other PR's due to changes to logrus (Sirupsen
vs sirupsen for lower-case) as well as a non-versioned gojsonschema in
glide.yaml

This updates glide.yaml to reflect the upper-case as well as lower-case
versions of logrus as well as adds a versionized gojsonschema in order
to get rid of the following error:

```sh
▶ make bin
go build -ldflags="-w -X github.com/kubernetes/kompose/cmd.GITCOMMIT=0e56b7d" -o kompose main.go
vendor/github.com/docker/cli/cli/compose/schema/schema.go:34: cannot use portsFormatChecker literal (type portsFormatChecker) as type gojsonschema.FormatChecker in argument to gojsonschema.FormatCheckers.Add:
        portsFormatChecker does not implement gojsonschema.FormatChecker (wrong type for IsFormat method)
                have IsFormat(string) bool
                want IsFormat(interface {}) bool
vendor/github.com/docker/cli/cli/compose/schema/schema.go:35: cannot use portsFormatChecker literal (type portsFormatChecker) as type gojsonschema.FormatChecker in argument to gojsonschema.FormatCheckers.Add:
        portsFormatChecker does not implement gojsonschema.FormatChecker (wrong type for IsFormat method)
                have IsFormat(string) bool
                want IsFormat(interface {}) bool
vendor/github.com/docker/cli/cli/compose/schema/schema.go:36: cannot use durationFormatChecker literal (type durationFormatChecker) as type gojsonschema.FormatChecker in argument to gojsonschema.FormatCheckers.Add:
        durationFormatChecker does not implement gojsonschema.FormatChecker (wrong type for IsFormat method)
                have IsFormat(string) bool
                want IsFormat(interface {}) bool
vendor/github.com/docker/libcompose/config/schema_helpers.go:60: cannot use environmentFormatChecker literal (type environmentFormatChecker) as type gojsonschema.FormatChecker in argument to gojsonschema.FormatCheckers.Add:
        environmentFormatChecker does not implement gojsonschema.FormatChecker (wrong type for IsFormat method)
                have IsFormat(string) bool
                want IsFormat(interface {}) bool
vendor/github.com/docker/libcompose/config/schema_helpers.go:61: cannot use portsFormatChecker literal (type portsFormatChecker) as type gojsonschema.FormatChecker in argument to gojsonschema.FormatCheckers.Add:
        portsFormatChecker does not implement gojsonschema.FormatChecker (wrong type for IsFormat method)
                have IsFormat(string) bool
                want IsFormat(interface {}) bool
vendor/github.com/docker/libcompose/config/schema_helpers.go:62: cannot use portsFormatChecker literal (type portsFormatChecker) as type gojsonschema.FormatChecker in argument to gojsonschema.FormatCheckers.Add:
        portsFormatChecker does not implement gojsonschema.FormatChecker (wrong type for IsFormat method)
                have IsFormat(string) bool
                want IsFormat(interface {}) bool
^CMakefile:29: recipe for target 'bin' failed
make: *** [bin] Interrupt
```
2017-10-02 11:29:18 -04:00
..
beorn7/perks switch from godep to glide 2016-12-07 19:57:19 +01:00
blang/semver switch from godep to glide 2016-12-07 19:57:19 +01:00
coreos switch from godep to glide 2016-12-07 19:57:19 +01:00
davecgh/go-spew vendoring dependencies 2016-06-30 22:47:32 +07:00
dgrijalva/jwt-go switch from godep to glide 2016-12-07 19:57:19 +01:00
docker Updated vendoring 2017-09-26 19:37:24 +05:30
emicklei/go-restful switch from godep to glide 2016-12-07 19:57:19 +01:00
evanphx/json-patch switch from godep to glide 2016-12-07 19:57:19 +01:00
fatih/structs Update vendoring + fix issue with timestamps being added to log 2017-03-31 13:58:39 -04:00
flynn/go-shlex switch from godep to glide 2016-12-07 19:57:19 +01:00
fsnotify/fsnotify Update vendoring + fix issue with timestamps being added to log 2017-03-31 13:58:39 -04:00
fsouza/go-dockerclient switch from godep to glide 2016-12-07 19:57:19 +01:00
ghodss/yaml switch from godep to glide 2016-12-07 19:57:19 +01:00
gogo/protobuf switch from godep to glide 2016-12-07 19:57:19 +01:00
golang switch from godep to glide 2016-12-07 19:57:19 +01:00
google switch from godep to glide 2016-12-07 19:57:19 +01:00
gorilla switch from godep to glide 2016-12-07 19:57:19 +01:00
grpc-ecosystem/grpc-gateway switch from godep to glide 2016-12-07 19:57:19 +01:00
hashicorp/hcl Resolve logrus and gojsonschema vendoring conflicts 2017-10-02 11:29:18 -04:00
imdario/mergo switch from godep to glide 2016-12-07 19:57:19 +01:00
inconshreveable/mousetrap switch from godep to glide 2016-12-07 19:57:19 +01:00
jonboulle/clockwork switch from godep to glide 2016-12-07 19:57:19 +01:00
juju/ratelimit switch from godep to glide 2016-12-07 19:57:19 +01:00
magiconair/properties Resolve logrus and gojsonschema vendoring conflicts 2017-10-02 11:29:18 -04:00
mattn/go-shellwords Updated vendoring 2017-09-26 19:37:24 +05:30
matttproud/golang_protobuf_extensions update vendoring 2016-08-05 00:31:16 +07:00
mitchellh/mapstructure Resolve logrus and gojsonschema vendoring conflicts 2017-10-02 11:29:18 -04:00
novln/docker-parser Update vendoring + add novln/docker-parser 2017-06-14 10:23:58 -04:00
opencontainers Updated vendoring 2017-09-26 19:37:24 +05:30
openshift/origin update vendor 2017-05-16 17:56:38 +02:00
pborman/uuid switch from godep to glide 2016-12-07 19:57:19 +01:00
pelletier/go-toml Resolve logrus and gojsonschema vendoring conflicts 2017-10-02 11:29:18 -04:00
pkg/errors Resolve logrus and gojsonschema vendoring conflicts 2017-10-02 11:29:18 -04:00
prometheus switch from godep to glide 2016-12-07 19:57:19 +01:00
Sirupsen/logrus Resolve logrus and gojsonschema vendoring conflicts 2017-10-02 11:29:18 -04:00
spf13 Resolve logrus and gojsonschema vendoring conflicts 2017-10-02 11:29:18 -04:00
ugorji/go switch from godep to glide 2016-12-07 19:57:19 +01:00
xeipuuv Resolve logrus and gojsonschema vendoring conflicts 2017-10-02 11:29:18 -04:00