Skip to content

Commit f622256

Browse files
committed
Patch registryctl
1 parent 10c3db1 commit f622256

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,4 +238,5 @@ replace (
238238
github.com/gocraft/work => github.com/goharbor/work v0.5.1-patch
239239
github.com/goharbor/harbor => ../
240240
github.com/gomodule/redigo => github.com/gomodule/redigo v1.9.2
241+
github.com/distribution/distribution => github.com/yourname/somepkg v3.0.0-bunny.1
241242
)

src/registryctl/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ import (
3131
_ "github.com/distribution/distribution/v3/registry/storage/driver/middleware/cloudfront"
3232
_ "github.com/distribution/distribution/v3/registry/storage/driver/middleware/redirect"
3333
_ "github.com/distribution/distribution/v3/registry/storage/driver/s3-aws"
34+
_ "github.com/distribution/distribution/v3/registry/storage/driver/bunny"
3435

3536
common_http "github.com/goharbor/harbor/src/common/http"
3637
cfgLib "github.com/goharbor/harbor/src/lib/config"

0 commit comments

Comments
 (0)