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

Try to fix import statements in etcd.go again. Update etcdv3 client. #40

Merged
merged 1 commit into from
May 12, 2020

Commits on May 12, 2020

  1. Try to fix import statements in etcd.go again. Update etcdv3 client.

    This seems to fix a panic where duplicate enum is attempted to be
    registered with protobuf:
    
    ```
    goroutine 1 [running]:
    github.com/golang/protobuf/proto.RegisterEnum(...)
            /home/gabrielius/go/pkg/mod/github.com/golang/protobuf@v1.3.3/proto/properties.go:458
    github.com/coreos/etcd/auth/authpb.init.0()
            /home/gabrielius/go/pkg/mod/github.com/coreos/etcd@v3.3.13+incompatible/auth/authpb/auth.pb.go:103 +0x1b7
    ```
    
    If etcd client is imported twice under different names (go.etcd.io/etcd
    and github.com/coreos/etcd).
    Gaboose committed May 12, 2020
    Configuration menu
    Copy the full SHA
    5ce5a68 View commit details
    Browse the repository at this point in the history