mirror of
https://github.com/containers/skopeo.git
synced 2025-07-30 22:20:20 +00:00
Add the missing import and a gitignore entry for bin
This commit is contained in:
parent
b10d3e43a4
commit
fc448c2253
3
.gitignore
vendored
3
.gitignore
vendored
@ -5,3 +5,6 @@ result
|
||||
|
||||
# ignore JetBrains IDEs (GoLand) config folder
|
||||
.idea
|
||||
|
||||
# Ignore the bin directory
|
||||
bin
|
||||
|
@ -10,6 +10,7 @@ import (
|
||||
"github.com/containers/common/pkg/retry"
|
||||
"github.com/containers/image/v5/copy"
|
||||
"github.com/containers/image/v5/docker/reference"
|
||||
"github.com/containers/image/v5/manifest"
|
||||
"github.com/containers/image/v5/transports"
|
||||
"github.com/containers/image/v5/transports/alltransports"
|
||||
encconfig "github.com/containers/ocicrypt/config"
|
||||
|
Loading…
Reference in New Issue
Block a user