Skip to content

Commit 2b83dae

Browse files
Import bucket repos in integration package
1 parent b70eea8 commit 2b83dae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

integrations/testlogger.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ import (
1313
"testing"
1414

1515
"code.gitea.io/gitea/modules/log"
16+
17+
// Google, Azure and S3 packages for bucket storage
18+
_ "gocloud.dev/blob/azureblob"
19+
_ "gocloud.dev/blob/fileblob"
20+
_ "gocloud.dev/blob/gcsblob"
21+
_ "gocloud.dev/blob/s3blob"
1622
)
1723

1824
var prefix string

0 commit comments

Comments
 (0)