You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 11, 2023. It is now read-only.
This is a very indirect dependency, via eirinix, cobra, viper, etcd. The
initial problem is in etcd-v3.3, with an incorrect import of
github.com/coreos/bbolt. This is fixed in etcd-v3.4, however, etcd-v3.4
is not a correct go module, and cannot be included in a go mod project!
So everyone must wait for etcd-v3.5 to be released with the fix. See
etcd-io/etcd#11154 (comment).
Until then, we can rename bbolt. Fixing to v1.3.5 is unfortunately
required by go.mod's syntax. It should be upgraded if bbolt releases
again.
Signed-off-by: Danail Branekov <[email protected]>
0 commit comments