kompose/vendor/github.com/spf13/pflag
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
..
bool_slice.go Update vendoring + fix issue with timestamps being added to log 2017-03-31 13:58:39 -04:00
bool.go switch from godep to glide 2016-12-07 19:57:19 +01:00
count.go Updated Vendoring 2017-05-15 18:28:03 +05:30
duration.go vendoring dependencies 2016-06-30 22:47:32 +07:00
flag.go Resolve logrus and gojsonschema vendoring conflicts 2017-10-02 11:29:18 -04:00
float32.go switch from godep to glide 2016-12-07 19:57:19 +01:00
float64.go switch from godep to glide 2016-12-07 19:57:19 +01:00
golangflag.go Update vendoring + fix issue with timestamps being added to log 2017-03-31 13:58:39 -04:00
int8.go switch from godep to glide 2016-12-07 19:57:19 +01:00
int32.go switch from godep to glide 2016-12-07 19:57:19 +01:00
int64.go switch from godep to glide 2016-12-07 19:57:19 +01:00
int_slice.go vendoring dependencies 2016-06-30 22:47:32 +07:00
int.go switch from godep to glide 2016-12-07 19:57:19 +01:00
ip_slice.go Update vendoring + fix issue with timestamps being added to log 2017-03-31 13:58:39 -04:00
ip.go Update vendoring + fix issue with timestamps being added to log 2017-03-31 13:58:39 -04:00
ipmask.go vendoring dependencies 2016-06-30 22:47:32 +07:00
ipnet.go Update vendoring + fix issue with timestamps being added to log 2017-03-31 13:58:39 -04:00
LICENSE vendoring dependencies 2016-06-30 22:47:32 +07:00
string_array.go Update vendoring + fix issue with timestamps being added to log 2017-03-31 13:58:39 -04:00
string_slice.go Update vendoring + fix issue with timestamps being added to log 2017-03-31 13:58:39 -04:00
string.go switch from godep to glide 2016-12-07 19:57:19 +01:00
uint8.go switch from godep to glide 2016-12-07 19:57:19 +01:00
uint16.go switch from godep to glide 2016-12-07 19:57:19 +01:00
uint32.go switch from godep to glide 2016-12-07 19:57:19 +01:00
uint64.go switch from godep to glide 2016-12-07 19:57:19 +01:00
uint_slice.go Update vendoring + fix issue with timestamps being added to log 2017-03-31 13:58:39 -04:00
uint.go switch from godep to glide 2016-12-07 19:57:19 +01:00