Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ugorji/go to latest version #9

Merged
merged 1 commit into from May 18, 2018

Conversation

msabramo
Copy link
Contributor

@msabramo msabramo commented May 18, 2018

to solve compilation errors in etcd/client vendored package

Fixes these errors:

abramowi@fdd-dsh:/Users/abramowi/go/src/github.com/behance/go-common$ go install -v ./...
github.com/behance/go-common/vendor/github.com/coreos/etcd/client
# github.com/behance/go-common/vendor/github.com/coreos/etcd/client
/home/abramowi/go/src/github.com/behance/go-common/vendor/github.com/coreos/etcd/client/keys.generated.go:70:6: r.WriteArrayStart undefined (type codec.encDriver has no field or method WriteArrayStart)
/home/abramowi/go/src/github.com/behance/go-common/vendor/github.com/coreos/etcd/client/keys.generated.go:72:6: r.WriteMapStart undefined (type codec.encDriver has no field or method WriteMapStart)
/home/abramowi/go/src/github.com/behance/go-common/vendor/github.com/coreos/etcd/client/keys.generated.go:75:6: r.WriteArrayElem undefined (type codec.encDriver has no field or method WriteArrayElem)
/home/abramowi/go/src/github.com/behance/go-common/vendor/github.com/coreos/etcd/client/keys.generated.go:83:6: r.WriteMapElemKey undefined (type codec.encDriver has no field or method WriteMapElemKey)
/home/abramowi/go/src/github.com/behance/go-common/vendor/github.com/coreos/etcd/client/keys.generated.go:85:6: r.WriteMapElemValue undefined (type codec.encDriver has no field or method WriteMapElemValue)
/home/abramowi/go/src/github.com/behance/go-common/vendor/github.com/coreos/etcd/client/keys.generated.go:94:6: r.WriteArrayElem undefined (type codec.encDriver has no field or method WriteArrayElem)
/home/abramowi/go/src/github.com/behance/go-common/vendor/github.com/coreos/etcd/client/keys.generated.go:102:6: r.WriteMapElemKey undefined (type codec.encDriver has no field or method WriteMapElemKey)
/home/abramowi/go/src/github.com/behance/go-common/vendor/github.com/coreos/etcd/client/keys.generated.go:104:6: r.WriteMapElemValue undefined (type codec.encDriver has no field or method WriteMapElemValue)
/home/abramowi/go/src/github.com/behance/go-common/vendor/github.com/coreos/etcd/client/keys.generated.go:113:6: r.WriteArrayElem undefined (type codec.encDriver has no field or method WriteArrayElem)
/home/abramowi/go/src/github.com/behance/go-common/vendor/github.com/coreos/etcd/client/keys.generated.go:121:6: r.WriteMapElemKey undefined (type codec.encDriver has no field or method WriteMapElemKey)

Cc: @mayanand, @kmillett

to solve compilation errors in etcd/client vendored package
@msabramo msabramo requested review from iderdik and seanisom May 18, 2018 00:03
@mayanand
Copy link

👍

@seanisom seanisom merged commit 2e0790e into behance:master May 18, 2018
@msabramo msabramo deleted the bump-ugorji-code-to-latest branch May 18, 2018 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants