Skip to content

Commit

Permalink
Drop v1util now that 0.3 is cut (#884)
Browse files Browse the repository at this point in the history
Fixes: #873
  • Loading branch information
mattmoor committed Jan 4, 2021
1 parent ec3c7a5 commit 3584fa0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 68 deletions.
3 changes: 1 addition & 2 deletions pkg/v1/tarball/layer.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import (
gestargz "github.com/google/go-containerregistry/pkg/v1/internal/estargz"
ggzip "github.com/google/go-containerregistry/pkg/v1/internal/gzip"
"github.com/google/go-containerregistry/pkg/v1/types"
"github.com/google/go-containerregistry/pkg/v1/v1util"
)

type layer struct {
Expand Down Expand Up @@ -165,7 +164,7 @@ func WithEstargz(l *layer) {
if err != nil {
return nil, err
}
return v1util.GunzipReadCloser(urc)
return ggzip.UnzipReadCloser(urc)
}

l.compressedopener = estargz
Expand Down
23 changes: 0 additions & 23 deletions pkg/v1/v1util/verify.go

This file was deleted.

43 changes: 0 additions & 43 deletions pkg/v1/v1util/zip.go

This file was deleted.

0 comments on commit 3584fa0

Please sign in to comment.