add accntcli

This commit is contained in:
2026-03-07 19:11:20 +02:00
parent 46bcc465ee
commit efdabf3efc
23 changed files with 698 additions and 96 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ func (cli *Client) GetManifest(ctx context.Context, rawrepo, tag string) (bool,
var mime string
var man []byte
ref, err := NewRepository(rawrepo)
ref, err := NewReferer(rawrepo)
if err != nil {
return exist, mime, man, err
}