Tags: dfr/common
Tags
Retract the v1.0.0 version The v1.0.0 tag no longer exists, but the Go proxy still remembers it. So, we see things like > skopeo % go get -u ./... > go: downloading github.com/containers/image/v5 v5.19.1 > github.com/containers/skopeo/cmd/skopeo imports > github.com/containers/common/pkg/auth: cannot find module providing package github.com/containers/common/pkg/auth > github.com/containers/skopeo/cmd/skopeo imports > github.com/containers/common/pkg/flag: cannot find module providing package github.com/containers/common/pkg/flag > github.com/containers/skopeo/cmd/skopeo imports > github.com/containers/common/pkg/report: cannot find module providing package github.com/containers/common/pkg/report > github.com/containers/skopeo/cmd/skopeo imports > github.com/containers/common/pkg/retry: cannot find module providing package github.com/containers/common/pkg/retry Try to fix that, per https://go.dev/ref/mod#go-mod-file-retract and https://play-with-go.dev/retract-module-versions_go116_en/ . The intent is to tag this commit with v1.0.1 (and then, later, maybe delete it). Signed-off-by: Miloslav Trmač <mitr@redhat.com>
PreviousNext