srl-labs / srl-controller

k8s controller for SR Linux nodes scheduled by KNE
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

proxy.golang.org has a different version of github.com/srl-labs/srl-controller@v0.2.0 than github does #3

Closed fenner closed 2 years ago

fenner commented 2 years ago

Hi,

The go.sum for the @v.0.2.0 that proxy.golang.org has is

github.com/srl-labs/srl-controller v0.2.0 h1:hw+6SU+hIDFgr0xsfIjw04BdZCJHzdVyEw9EIQESVOA=
github.com/srl-labs/srl-controller v0.2.0/go.mod h1:DkPfolSny8QSlMcA8vjpyNMP/+Dttqtk9ZTk4OnBP2E=

However, the go.sum for what github provides is

github.com/srl-labs/srl-controller v0.2.0 h1:NFM5I+Xx+0zkVC9WTnXtg6uk0frtLbHU0EQVlJ8OvIA=
github.com/srl-labs/srl-controller v0.2.0/go.mod h1:DkPfolSny8QSlMcA8vjpyNMP/+Dttqtk9ZTk4OnBP2E=

This can happen if the tag gets moved, or if history gets rewritten. Can you provide a fresh tag, maybe v0.2.1, that points at a useful place?

Thanks!

hellt commented 2 years ago

Hi @fenner thanks for letting us know, will do 0.2.1

hellt commented 2 years ago

should be good now, 0.2.1 is pushed

fenner commented 2 years ago

Thanks!