authz icon indicating copy to clipboard operation
authz copied to clipboard

can't compile the project

Open Seb0042 opened this issue 7 years ago • 0 comments

Hi, Here is my environment:

Go 1.8.1 My GOPATH is ~/go and I clone the project in ~/go/src/twistlock-authz

$ make all vendor/gopkg.in/yaml.v2/decode_test.go:248: struct field tag a not compatible with reflect.StructTag.Get: bad syntax for struct tag pair vendor/gopkg.in/yaml.v2/decode_test.go:448: struct field tag - not compatible with reflect.StructTag.Get: bad syntax for struct tag pair vendor/gopkg.in/yaml.v2/decode_test.go:694: struct field tag _ not compatible with reflect.StructTag.Get: bad syntax for struct tag pair vendor/gopkg.in/yaml.v2/decode_test.go:698: struct field tag _ not compatible with reflect.StructTag.Get: bad syntax for struct tag pair vendor/gopkg.in/yaml.v2/encode_test.go:147: struct field tag a not compatible with reflect.StructTag.Get: bad syntax for struct tag pair vendor/gopkg.in/yaml.v2/encode_test.go:158: struct field tag a,omitempty not compatible with reflect.StructTag.Get: bad syntax for struct tag pair vendor/gopkg.in/yaml.v2/encode_test.go:159: struct field tag b,omitempty not compatible with reflect.StructTag.Get: bad syntax for struct tag pair vendor/gopkg.in/yaml.v2/encode_test.go:164: struct field tag a,omitempty not compatible with reflect.StructTag.Get: bad syntax for struct tag pair vendor/gopkg.in/yaml.v2/encode_test.go:165: struct field tag b,omitempty not compatible with reflect.StructTag.Get: bad syntax for struct tag pair vendor/gopkg.in/yaml.v2/encode_test.go:170: struct field tag a,omitempty,flow not compatible with reflect.StructTag.Get: bad syntax for struct tag pair vendor/gopkg.in/yaml.v2/encode_test.go:175: struct field tag a,omitempty,flow not compatible with reflect.StructTag.Get: bad syntax for struct tag pair vendor/gopkg.in/yaml.v2/encode_test.go:180: struct field tag a,omitempty,flow not compatible with reflect.StructTag.Get: bad syntax for struct tag pair vendor/gopkg.in/yaml.v2/encode_test.go:185: struct field tag a,omitempty,flow not compatible with reflect.StructTag.Get: bad syntax for struct tag pair vendor/gopkg.in/yaml.v2/encode_test.go:190: struct field tag a,omitempty,flow not compatible with reflect.StructTag.Get: bad syntax for struct tag pair vendor/gopkg.in/yaml.v2/encode_test.go:195: struct field tag a,omitempty not compatible with reflect.StructTag.Get: bad syntax for struct tag pair vendor/gopkg.in/yaml.v2/encode_test.go:196: struct field tag b,omitempty not compatible with reflect.StructTag.Get: bad syntax for struct tag pair vendor/gopkg.in/yaml.v2/encode_test.go:204: struct field tag a,flow not compatible with reflect.StructTag.Get: bad syntax for struct tag pair vendor/gopkg.in/yaml.v2/encode_test.go:209: struct field tag a,flow not compatible with reflect.StructTag.Get: bad syntax for struct tag pair vendor/gopkg.in/yaml.v2/encode_test.go:214: struct field tag a,flow not compatible with reflect.StructTag.Get: bad syntax for struct tag pair vendor/gopkg.in/yaml.v2/encode_test.go:234: struct field tag - not compatible with reflect.StructTag.Get: bad syntax for struct tag pair vendor/gopkg.in/yaml.v2/encode_test.go:344: struct field tag ,inline not compatible with reflect.StructTag.Get: bad syntax for struct tag pair vendor/gopkg.in/yaml.v2/encode_test.go:350: struct field tag ,inline not compatible with reflect.StructTag.Get: bad syntax for struct tag pair vendor/gopkg.in/yaml.v2/encode_test.go:406: struct field tag _ not compatible with reflect.StructTag.Get: bad syntax for struct tag pair

Seb0042 avatar Aug 03 '18 14:08 Seb0042