1
0
Fork 0
mirror of https://github.com/Luzifer/gcr-clean.git synced 2024-10-18 05:04:21 +00:00

Use explicit version (Go 1.11+)

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-02-05 11:29:51 +01:00
parent 81a460d75b
commit a37a23fcb4
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -7,7 +7,7 @@ import (
log "github.com/sirupsen/logrus"
"github.com/Luzifer/rconfig"
rconfig "github.com/Luzifer/rconfig/v2"
)
type deleteRequest struct{ Repo, Digest string }