Skip to content

Commit

Permalink
drop iam from google testing library
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
  • Loading branch information
sagikazarmark committed Jan 9, 2025
1 parent ee4067b commit 22d41e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions gcsfs/internal/stiface/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import (
"context"
"io"

"cloud.google.com/go/iam"
"cloud.google.com/go/storage"
"google.golang.org/api/iterator"
)
Expand Down Expand Up @@ -59,7 +58,7 @@ type BucketHandle interface {
If(storage.BucketConditions) BucketHandle
Objects(context.Context, *storage.Query) ObjectIterator
ACL() ACLHandle
IAM() *iam.Handle
// IAM() *iam.Handle
UserProject(projectID string) BucketHandle
Notifications(context.Context) (map[string]*storage.Notification, error)
AddNotification(context.Context, *storage.Notification) (*storage.Notification, error)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/spf13/afero
go 1.19

require (
cloud.google.com/go/iam v1.1.5
cloud.google.com/go/storage v1.35.1
github.com/pkg/sftp v1.13.6
golang.org/x/crypto v0.16.0
Expand All @@ -16,6 +15,7 @@ require (
cloud.google.com/go v0.110.10 // indirect
cloud.google.com/go/compute v1.23.3 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/iam v1.1.5 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/s2a-go v0.1.7 // indirect
Expand Down

0 comments on commit 22d41e8

Please sign in to comment.