Skip to content

Commit

Permalink
rename to docker/go-imageinspect
Browse files Browse the repository at this point in the history
Signed-off-by: Tonis Tiigi <[email protected]>
  • Loading branch information
tonistiigi committed Jul 28, 2022
1 parent 0eca61c commit 3ce5991
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/imageinspect/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/containerd/containerd/remotes/docker"
"github.com/moby/buildkit/util/appcontext"
"github.com/pkg/errors"
"github.com/tonistiigi/imageinspect"
"github.com/docker/go-imageinspect"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/tonistiigi/imageinspect
module github.com/docker/go-imageinspect

go 1.18

Expand Down
2 changes: 1 addition & 1 deletion load_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

ocispec "github.com/opencontainers/image-spec/specs-go/v1"
"github.com/stretchr/testify/require"
"github.com/tonistiigi/imageinspect/testutil"
"github.com/docker/go-imageinspect/testutil"
)

func TestSingleArchManifest(t *testing.T) {
Expand Down

0 comments on commit 3ce5991

Please sign in to comment.