@@ -20,16 +20,16 @@ import (
2020 "fmt"
2121 "log"
2222
23+ "github.com/google/go-containerregistry/pkg/crane"
24+ "github.com/google/go-containerregistry/pkg/logs"
25+ "github.com/google/go-containerregistry/pkg/name"
26+ v1 "github.com/google/go-containerregistry/pkg/v1"
27+ "github.com/google/go-containerregistry/pkg/v1/empty"
28+ "github.com/google/go-containerregistry/pkg/v1/mutate"
29+ "github.com/google/go-containerregistry/pkg/v1/partial"
30+ "github.com/google/go-containerregistry/pkg/v1/remote"
31+ "github.com/google/go-containerregistry/pkg/v1/stream"
2332 "github.com/spf13/cobra"
24- "github.com/stgrace/go-containerregistry/pkg/crane"
25- "github.com/stgrace/go-containerregistryy/pkg/logs"
26- "github.com/stgrace/go-containerregistryy/pkg/name"
27- v1 "github.com/stgrace/go-containerregistryy/pkg/v1"
28- "github.com/stgrace/go-containerregistryy/pkg/v1/empty"
29- "github.com/stgrace/go-containerregistryy/pkg/v1/mutate"
30- "github.com/stgrace/go-containerregistryy/pkg/v1/partial"
31- "github.com/stgrace/go-containerregistryy/pkg/v1/remote"
32- "github.com/stgrace/go-containerregistryy/pkg/v1/stream"
3333)
3434
3535// NewCmdFlatten creates a new cobra.Command for the flatten subcommand.
@@ -144,7 +144,7 @@ func flattenIndex(old v1.ImageIndex, repo name.Repository, use string, o crane.O
144144 }
145145
146146 // Drop attestations (for now).
147- // https://github.com/stgrace /go-containerregistryy /issues/1622
147+ // https://github.com/google /go-containerregistry /issues/1622
148148 if p := desc .Platform ; p != nil {
149149 if p .OS == "unknown" && p .Architecture == "unknown" {
150150 continue
0 commit comments