diff options
Diffstat (limited to 'weed/filer/s3iam_conf.go')
| -rw-r--r-- | weed/filer/s3iam_conf.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/filer/s3iam_conf.go b/weed/filer/s3iam_conf.go index ee55a09c1..6240058a4 100644 --- a/weed/filer/s3iam_conf.go +++ b/weed/filer/s3iam_conf.go @@ -5,9 +5,9 @@ import ( "fmt" "io" - "github.com/golang/protobuf/jsonpb" - "github.com/golang/protobuf/proto" "github.com/seaweedfs/seaweedfs/weed/pb/iam_pb" + "google.golang.org/protobuf/jsonpb" + "google.golang.org/protobuf/proto" ) func ParseS3ConfigurationFromBytes[T proto.Message](content []byte, config T) error { |
