File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import (
1818 "context"
1919 "io"
2020
21- "cloud.google.com/go/iam"
2221 "cloud.google.com/go/storage"
2322 "google.golang.org/api/iterator"
2423)
@@ -59,7 +58,7 @@ type BucketHandle interface {
5958 If (storage.BucketConditions ) BucketHandle
6059 Objects (context.Context , * storage.Query ) ObjectIterator
6160 ACL () ACLHandle
62- IAM () * iam.Handle
61+ // IAM() *iam.Handle
6362 UserProject (projectID string ) BucketHandle
6463 Notifications (context.Context ) (map [string ]* storage.Notification , error )
6564 AddNotification (context.Context , * storage.Notification ) (* storage.Notification , error )
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ module github.com/spf13/afero
33go 1.19
44
55require (
6- cloud.google.com/go/iam v1.1.5
76 cloud.google.com/go/storage v1.35.1
87 github.com/pkg/sftp v1.13.6
98 golang.org/x/crypto v0.16.0
@@ -16,6 +15,7 @@ require (
1615 cloud.google.com/go v0.110.10 // indirect
1716 cloud.google.com/go/compute v1.23.3 // indirect
1817 cloud.google.com/go/compute/metadata v0.2.3 // indirect
18+ cloud.google.com/go/iam v1.1.5 // indirect
1919 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
2020 github.com/golang/protobuf v1.5.3 // indirect
2121 github.com/google/s2a-go v0.1.7 // indirect
You can’t perform that action at this time.
0 commit comments