Skip to content

Commit

Permalink
Merge #59709
Browse files Browse the repository at this point in the history
59709: cloud: upgrade AWS and Azure SDKs r=pbardea a=pbardea

This PR updates the AWS SDK from `v1.33.8` to `v1.36.33` and the Azure storage SDK from `0.4.0` to `v0.12.0`.

GCP is left for a separate PR since that version is upgrading from a much older version and isn't as clean.

AWS update:
- Diff: See first vendored commit.
- Release notes: https://github.com/aws/aws-sdk-go/releases

Azure update:
- Diff: See second vendored commit.
- Release notes: https://github.com/Azure/azure-storage-blob-go/releases

Co-authored-by: Paul Bardea <[email protected]>
  • Loading branch information
craig[bot] and pbardea committed Feb 8, 2021
2 parents 4da2d8a + 1f3b4b5 commit 3344932
Show file tree
Hide file tree
Showing 5 changed files with 105 additions and 41 deletions.
80 changes: 56 additions & 24 deletions DEPS.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ def go_deps():
name = "com_github_aws_aws_sdk_go",
build_file_proto_mode = "disable_global",
importpath = "github.com/aws/aws-sdk-go",
sum = "h1:2/sOfb9oPHTRZ0lxinoaTPDcYwNa1H/SpKP4nVRBwmg=",
version = "v1.33.8",
sum = "h1:ASmYIgWuPW1p01Xxch3ygaptshrEe7Vt+CirmwIqMtI=",
version = "v1.36.33",
)
go_repository(
name = "com_github_axiomhq_hyperloglog",
Expand All @@ -132,8 +132,8 @@ def go_deps():
name = "com_github_azure_azure_pipeline_go",
build_file_proto_mode = "disable_global",
importpath = "github.com/Azure/azure-pipeline-go",
sum = "h1:KmVRa8oFMaargVesEuuEoiLCQ4zCCwQ8QX/xg++KS20=",
version = "v0.1.8",
sum = "h1:7U9HBg1JFK3jHl5qmo4CTZKFTVgMwdFHMVtCdfBE21U=",
version = "v0.2.3",
)
go_repository(
name = "com_github_azure_azure_sdk_for_go",
Expand All @@ -146,8 +146,8 @@ def go_deps():
name = "com_github_azure_azure_storage_blob_go",
build_file_proto_mode = "disable_global",
importpath = "github.com/Azure/azure-storage-blob-go",
sum = "h1:/xcR+zx0sJ4viF6JHLbEObtCw8edFtY6cCEqZqV+vA0=",
version = "v0.0.0-20190104215108-45d0c5e3638e",
sum = "h1:7bFXA1QB+lOK2/ASWHhp6/vnxjaeeZq6t8w1Jyp0Iaw=",
version = "v0.12.0",
)
go_repository(
name = "com_github_azure_go_ansiterm",
Expand All @@ -156,6 +156,14 @@ def go_deps():
sum = "h1:w+iIsaOQNcT7OZ575w+acHgRric5iCyQh+xv+KJ4HB8=",
version = "v0.0.0-20170929234023-d6e3b3328b78",
)
go_repository(
name = "com_github_azure_go_autorest",
build_file_proto_mode = "disable_global",
importpath = "github.com/Azure/go-autorest",
sum = "h1:V5VMDjClD3GiElqLWO7mz2MxNAK/vTfRHdAubSIPRgs=",
version = "v14.2.0+incompatible",
)

go_repository(
name = "com_github_azure_go_autorest_autorest",
build_file_proto_mode = "disable_global",
Expand All @@ -167,8 +175,8 @@ def go_deps():
name = "com_github_azure_go_autorest_autorest_adal",
build_file_proto_mode = "disable_global",
importpath = "github.com/Azure/go-autorest/autorest/adal",
sum = "h1:O1X4oexUxnZCaEUGsvMnr8ZGj8HI37tNezwY4npRqA0=",
version = "v0.8.2",
sum = "h1:Aze/GQeAN1RRbGmnUJvUj+tFGBzFdIg3293/A9rbxC4=",
version = "v0.9.2",
)
go_repository(
name = "com_github_azure_go_autorest_autorest_azure_auth",
Expand All @@ -188,15 +196,15 @@ def go_deps():
name = "com_github_azure_go_autorest_autorest_date",
build_file_proto_mode = "disable_global",
importpath = "github.com/Azure/go-autorest/autorest/date",
sum = "h1:yW+Zlqf26583pE43KhfnhFcdmSWlm5Ew6bxipnr/tbM=",
version = "v0.2.0",
sum = "h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw=",
version = "v0.3.0",
)
go_repository(
name = "com_github_azure_go_autorest_autorest_mocks",
build_file_proto_mode = "disable_global",
importpath = "github.com/Azure/go-autorest/autorest/mocks",
sum = "h1:qJumjCaCudz+OcqE9/XtEPfvtOjOmKaui4EOpFI6zZc=",
version = "v0.3.0",
sum = "h1:K0laFcLE6VLTOwNgSxaGbUcLPuGXlNkbVvq4cW4nIHk=",
version = "v0.4.1",
)
go_repository(
name = "com_github_azure_go_autorest_autorest_to",
Expand All @@ -223,8 +231,8 @@ def go_deps():
name = "com_github_azure_go_autorest_tracing",
build_file_proto_mode = "disable_global",
importpath = "github.com/Azure/go-autorest/tracing",
sum = "h1:TRn4WjSnkcSy5AEG3pnbtFSwNtwzjr4VYyQflFE619k=",
version = "v0.5.0",
sum = "h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo=",
version = "v0.6.0",
)
go_repository(
name = "com_github_bazelbuild_bazel_gazelle",
Expand Down Expand Up @@ -1149,8 +1157,8 @@ def go_deps():
name = "com_github_google_uuid",
build_file_proto_mode = "disable_global",
importpath = "github.com/google/uuid",
sum = "h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=",
version = "v1.1.1",
sum = "h1:qJYtXnJRWmpe7m/3XlyhrsLrEURqHRM2kxzoxXqyUDs=",
version = "v1.2.0",
)
go_repository(
name = "com_github_googleapis_gax_go",
Expand Down Expand Up @@ -1497,9 +1505,17 @@ def go_deps():
name = "com_github_jmespath_go_jmespath",
build_file_proto_mode = "disable_global",
importpath = "github.com/jmespath/go-jmespath",
sum = "h1:OS12ieG61fsCg5+qLJ+SsW9NicxNkg3b25OyT2yCeUc=",
version = "v0.3.0",
sum = "h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=",
version = "v0.4.0",
)
go_repository(
name = "com_github_jmespath_go_jmespath_internal_testify",
build_file_proto_mode = "disable_global",
importpath = "github.com/jmespath/go-jmespath/internal/testify",
sum = "h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8=",
version = "v1.5.1",
)

go_repository(
name = "com_github_joker_hpp",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -1809,6 +1825,14 @@ def go_deps():
sum = "h1:/bC9yWikZXAL9uJdulbSfyVNIR3n3trXl+v8+1sx8mU=",
version = "v0.1.2",
)
go_repository(
name = "com_github_mattn_go_ieproxy",
build_file_proto_mode = "disable_global",
importpath = "github.com/mattn/go-ieproxy",
sum = "h1:qiyop7gCflfhwCzGyeT0gro3sF9AIg9HU98JORTkqfI=",
version = "v0.0.1",
)

go_repository(
name = "com_github_mattn_go_isatty",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -1991,6 +2015,14 @@ def go_deps():
sum = "h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw=",
version = "v1.0.1",
)
go_repository(
name = "com_github_niemeyer_pretty",
build_file_proto_mode = "disable_global",
importpath = "github.com/niemeyer/pretty",
sum = "h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=",
version = "v0.0.0-20200227124842-a10e7caefd8e",
)

go_repository(
name = "com_github_nlopes_slack",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -2697,8 +2729,8 @@ def go_deps():
name = "in_gopkg_check_v1",
build_file_proto_mode = "disable_global",
importpath = "gopkg.in/check.v1",
sum = "h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo=",
version = "v1.0.0-20190902080502-41f04d3bba15",
sum = "h1:BLraFXnmrev5lT+xlilqcH8XK9/i0At2xKjWk4p6zsU=",
version = "v1.0.0-20200227125254-8fa46927fb4f",
)
go_repository(
name = "in_gopkg_cheggaaa_pb_v1",
Expand Down Expand Up @@ -2965,8 +2997,8 @@ def go_deps():
name = "org_golang_x_net",
build_file_proto_mode = "disable_global",
importpath = "golang.org/x/net",
sum = "h1:IX6qOQeG5uLjB/hjjwjedwfjND0hgjPMMyO1RoIXQNI=",
version = "v0.0.0-20201021035429-f5854403a974",
sum = "h1:003p0dJM77cxMSyCPFphvZf/Y5/NXf5fzg6ufd1/Oew=",
version = "v0.0.0-20210119194325-5f4716e94777",
)
go_repository(
name = "org_golang_x_oauth2",
Expand All @@ -2993,8 +3025,8 @@ def go_deps():
name = "org_golang_x_term",
build_file_proto_mode = "disable_global",
importpath = "golang.org/x/term",
sum = "h1:/ZHdbVpdR/jk3g30/d4yUL0JU9kksj8+F/bnQUVLGDM=",
version = "v0.0.0-20201117132131-f5c789dd3221",
sum = "h1:v+OssWQX+hTHEmOBgwxdZxK4zHq3yOs8F9J7mk0PY8E=",
version = "v0.0.0-20201126162022-7de9c90e9dd1",
)
go_repository(
name = "org_golang_x_text",
Expand Down
9 changes: 5 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.15
require (
cloud.google.com/go v0.34.0
github.com/Azure/azure-sdk-for-go v33.4.0+incompatible
github.com/Azure/azure-storage-blob-go v0.0.0-20190104215108-45d0c5e3638e
github.com/Azure/azure-storage-blob-go v0.12.0
github.com/Azure/go-autorest/autorest v0.10.2
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2
github.com/Azure/go-autorest/autorest/to v0.3.0
Expand All @@ -24,7 +24,7 @@ require (
github.com/apache/arrow/go/arrow v0.0.0-20200610220642-670890229854
github.com/apache/thrift v0.0.0-20181211084444-2b7365c54f82 // indirect
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e
github.com/aws/aws-sdk-go v1.33.8
github.com/aws/aws-sdk-go v1.36.33
github.com/axiomhq/hyperloglog v0.0.0-20181223111420-4b99d0c2c99e
github.com/benesch/cgosymbolizer v0.0.0-20180702220239-70e1ee2b39d3
github.com/biogo/store v0.0.0-20160505134755-913427a1d5e8
Expand Down Expand Up @@ -80,6 +80,7 @@ require (
github.com/google/go-github v17.0.0+incompatible
github.com/google/martian v2.1.0+incompatible // indirect
github.com/google/pprof v0.0.0-20190109223431-e84dfd68c163
github.com/google/uuid v1.2.0 // indirect
github.com/googleapis/gax-go v2.0.2+incompatible // indirect
github.com/gorhill/cronexpr v0.0.0-20140423231348-a557574d6c02
github.com/gorilla/mux v1.8.0
Expand Down Expand Up @@ -150,12 +151,12 @@ require (
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/exp v0.0.0-20210201131500-d352d2db2ceb
golang.org/x/lint v0.0.0-20200130185559-910be7a94367
golang.org/x/net v0.0.0-20201021035429-f5854403a974
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
golang.org/x/oauth2 v0.0.0-20190115181402-5dab4167f31c
golang.org/x/perf v0.0.0-20180704124530-6e6d33e29852
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
golang.org/x/text v0.3.5
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
golang.org/x/tools v0.1.0
Expand Down
Loading

0 comments on commit 3344932

Please sign in to comment.