mirror of
https://github.com/Luzifer/gcr-clean.git
synced 2024-12-22 19:31:19 +00:00
Use explicit version (Go 1.11+)
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
81a460d75b
commit
a37a23fcb4
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -7,7 +7,7 @@ import (
|
||||||
|
|
||||||
log "github.com/sirupsen/logrus"
|
log "github.com/sirupsen/logrus"
|
||||||
|
|
||||||
"github.com/Luzifer/rconfig"
|
rconfig "github.com/Luzifer/rconfig/v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
type deleteRequest struct{ Repo, Digest string }
|
type deleteRequest struct{ Repo, Digest string }
|
||||||
|
|
Loading…
Reference in a new issue