sriov-network-operator icon indicating copy to clipboard operation
sriov-network-operator copied to clipboard

Update libovsdb to its new location

Open swtaylor opened this issue 2 months ago • 1 comments
trafficstars

ovn.org/libovsdb has been archived and moved to ovn-kubernetes/libovsdb and that repo no longer has tags.

Your go.mod references: github.com/ovn-org/libovsdb v0.6.1-0.20240125124854-03f787b1a892

but go mod tidy fails if the old package isn't already in the cache: github.com/ovn-org/libovsdb/server: github.com/ovn-org/[email protected]: invalid pseudo-version: preceding tag (v0.6.0) not found

swtaylor avatar Aug 26 '25 16:08 swtaylor

https://github.com/k8snetworkplumbingwg/sriov-network-operator/pull/922

adrianchiris avatar Aug 26 '25 17:08 adrianchiris