Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 5d75171

Browse files
authored
Merge pull request #58 from mukhoakash/update-import
Fixing the import string
2 parents cfdb293 + c71c1f8 commit 5d75171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: apis/bucket_info.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package cosiapi
1919

2020
import (
2121
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
22-
"sigs.k8s.io/container-object-storage-api/apis/objectstorage/v1alpha1"
22+
"sigs.k8s.io/container-object-storage-interface-api/apis/objectstorage/v1alpha1"
2323
)
2424

2525
type SecretS3 struct {

0 commit comments

Comments
 (0)