Skip to content

Commit 22d41e8

Browse files
committed
drop iam from google testing library
Signed-off-by: Mark Sagi-Kazar <[email protected]>
1 parent ee4067b commit 22d41e8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

gcsfs/internal/stiface/interfaces.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module github.com/spf13/afero
33
go 1.19
44

55
require (
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

0 commit comments

Comments
 (0)