Closed
Description
With the v0.6.2 release we included specs-go/v0.6.0
as a separately versioned go submodule and migrated to the tags.cncf.io/container-device-interface
vanity URL. This means that a dependency update requires:
- Replacing references of
github.com/container-orchestrated-devices/container-device-interface
withtags.cncf.io/container-orchestrated-devices
. This includes imports and go.mod references. - Updating the
tags.cncf.io/container-orchestrated-device
reference ingo.mod
(or equivalent) tov0.6.2
- Updating vendoring (running
go mod tidy
andgo mod vendor
.
See:
- Request for vanity URL to be used as the module prefix of go repos in the
cncf-tags
GitHub organization cncf/toc#1152 - Use tags.cncf.io URL in module names #172
- make specs-go a module #170
The following clients need to be updated: