Skip to content

Commit

Permalink
br: update azure sdk (#44211)
Browse files Browse the repository at this point in the history
close #44199
  • Loading branch information
Leavrth authored Jun 13, 2023
1 parent 080d488 commit 6ff9d37
Show file tree
Hide file tree
Showing 7 changed files with 280 additions and 139 deletions.
64 changes: 50 additions & 14 deletions DEPS.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -285,29 +285,29 @@ def go_deps():
name = "com_github_azure_azure_sdk_for_go_sdk_azcore",
build_file_proto_mode = "disable_global",
importpath = "github.com/Azure/azure-sdk-for-go/sdk/azcore",
sum = "h1:KQgdWmEOmaJKxaUUZwHAYh12t+b+ZJf8q3friycK1kA=",
version = "v0.20.0",
sum = "h1:8kDqDngH+DmVBiCtIjCFTGa7MBnsIOkF9IccInFEbjk=",
version = "v1.6.0",
)
go_repository(
name = "com_github_azure_azure_sdk_for_go_sdk_azidentity",
build_file_proto_mode = "disable_global",
importpath = "github.com/Azure/azure-sdk-for-go/sdk/azidentity",
sum = "h1:VBvHGLJbaY0+c66NZHdS9cgjHVYSH6DDa0XJMyrblsI=",
version = "v0.12.0",
sum = "h1:QkAcEIAKbNL4KoFr4SathZPhDhF4mVwpBMFlYjyAqy8=",
version = "v1.1.0",
)
go_repository(
name = "com_github_azure_azure_sdk_for_go_sdk_internal",
build_file_proto_mode = "disable_global",
importpath = "github.com/Azure/azure-sdk-for-go/sdk/internal",
sum = "h1:BUYIbDf/mMZ8945v3QkG3OuqGVyS4Iek0AOLwdRAYoc=",
version = "v0.8.1",
sum = "h1:sXr+ck84g/ZlZUOZiNELInmMgOsuGwdjjVkEIde0OtY=",
version = "v1.3.0",
)
go_repository(
name = "com_github_azure_azure_sdk_for_go_sdk_storage_azblob",
build_file_proto_mode = "disable_global",
importpath = "github.com/Azure/azure-sdk-for-go/sdk/storage/azblob",
sum = "h1:62Ew5xXg5UCGIXDOM7+y4IL5/6mQJq1nenhBCJAeGX8=",
version = "v0.2.0",
sum = "h1:u/LLAOFgsMv7HmNL4Qufg58y+qElGOt5qv0z1mURkRY=",
version = "v1.0.0",
)
go_repository(
name = "com_github_azure_go_autorest",
Expand All @@ -323,6 +323,13 @@ def go_deps():
sum = "h1:mFRzDkZVAjdal+s7s0MwaRv9igoPqLRdzOLzw/8Xvq8=",
version = "v0.0.0-20221128193559-754e69321358",
)
go_repository(
name = "com_github_azuread_microsoft_authentication_library_for_go",
build_file_proto_mode = "disable",
importpath = "github.com/AzureAD/microsoft-authentication-library-for-go",
sum = "h1:BWe8a+f/t+7KY7zH2mqygeUD0t8hNFXe08p1Pb3/jKE=",
version = "v0.5.1",
)

go_repository(
name = "com_github_bazelbuild_buildtools",
Expand Down Expand Up @@ -934,8 +941,8 @@ def go_deps():
name = "com_github_dnaeon_go_vcr",
build_file_proto_mode = "disable_global",
importpath = "github.com/dnaeon/go-vcr",
sum = "h1:zHCHvJYTMh1N7xnV7zf1m1GPBF9Ad0Jk/whtQ1663qI=",
version = "v1.2.0",
sum = "h1:ReYa/UBrRyQdant9B4fNHGoCNKw6qh6P0fsdGmZpR7c=",
version = "v1.1.0",
)
go_repository(
name = "com_github_dnephin_pflag",
Expand Down Expand Up @@ -1617,6 +1624,13 @@ def go_deps():
sum = "h1:73Z+4BJcrTC+KczS6WvTPvRGOp1WmfEP4Q1lOd9Z/+c=",
version = "v3.2.1+incompatible",
)
go_repository(
name = "com_github_golang_jwt_jwt_v4",
build_file_proto_mode = "disable",
importpath = "github.com/golang-jwt/jwt/v4",
sum = "h1:besgBTC8w8HjP6NzQdxwKH9Z5oQMZ24ThTrHp3cZ8eU=",
version = "v4.2.0",
)

go_repository(
name = "com_github_golang_mock",
Expand Down Expand Up @@ -2646,6 +2660,13 @@ def go_deps():
sum = "h1:5h8fQADFrWtarTdtDudMmGsC7GPbOAu6RVB3ffsVFHc=",
version = "v1.2.1",
)
go_repository(
name = "com_github_kylelemons_godebug",
build_file_proto_mode = "disable",
importpath = "github.com/kylelemons/godebug",
sum = "h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=",
version = "v1.1.0",
)

go_repository(
name = "com_github_kyoh86_exportloopref",
Expand Down Expand Up @@ -3063,8 +3084,8 @@ def go_deps():
name = "com_github_montanaflynn_stats",
build_file_proto_mode = "disable",
importpath = "github.com/montanaflynn/stats",
sum = "h1:pmpDGKLw4n82EtrNiLqB+xSz/JQwFOaZuMALYUHwX5s=",
version = "v0.0.0-20180911141734-db72e6cae808",
sum = "h1:Duep6KMIDpY4Yo11iFsvyqJDyfzLF9+sndUKT+v64GQ=",
version = "v0.6.6",
)

go_repository(
Expand Down Expand Up @@ -3479,8 +3500,8 @@ def go_deps():
name = "com_github_pkg_browser",
build_file_proto_mode = "disable_global",
importpath = "github.com/pkg/browser",
sum = "h1:49lOXmGaUpV9Fz3gd7TFZY106KVlPVa5jcYD1gaQf98=",
version = "v0.0.0-20180916011732-0a3d74bf9ce4",
sum = "h1:Qj1ukM4GlMWXNdMBuXcXfz/Kw9s1qm0CLY32QxuSImI=",
version = "v0.0.0-20210115035449-ce105d075bb4",
)
go_repository(
name = "com_github_pkg_diff",
Expand Down Expand Up @@ -6009,6 +6030,21 @@ def go_deps():
sum = "h1:KpwkzHKEF7B9Zxg18WzOa7djJ+Ha5DzthMyZYQfEn2A=",
version = "v0.0.0-20230410155749-daa745c078e1",
)
go_repository(
name = "org_golang_google_genproto_googleapis_api",
build_file_proto_mode = "disable",
importpath = "google.golang.org/genproto/googleapis/api",
sum = "h1:AZX1ra8YbFMSb7+1pI8S9v4rrgRR7jU1FmuFSSjTVcQ=",
version = "v0.0.0-20230526203410-71b5a4ffd15e",
)
go_repository(
name = "org_golang_google_genproto_googleapis_rpc",
build_file_proto_mode = "disable",
importpath = "google.golang.org/genproto/googleapis/rpc",
sum = "h1:0nDDozoAU19Qb2HwhXadU8OcsiO/09cnTqhUtq2MEOM=",
version = "v0.0.0-20230525234030-28d5490b6b19",
)

go_repository(
name = "org_golang_google_grpc",
build_file_proto_mode = "disable_global",
Expand Down
6 changes: 6 additions & 0 deletions br/pkg/storage/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,14 @@ go_library(
"@com_github_aws_aws_sdk_go//service/s3",
"@com_github_aws_aws_sdk_go//service/s3/s3iface",
"@com_github_aws_aws_sdk_go//service/s3/s3manager",
"@com_github_azure_azure_sdk_for_go_sdk_azcore//:azcore",
"@com_github_azure_azure_sdk_for_go_sdk_azcore//policy",
"@com_github_azure_azure_sdk_for_go_sdk_azidentity//:azidentity",
"@com_github_azure_azure_sdk_for_go_sdk_storage_azblob//:azblob",
"@com_github_azure_azure_sdk_for_go_sdk_storage_azblob//blob",
"@com_github_azure_azure_sdk_for_go_sdk_storage_azblob//bloberror",
"@com_github_azure_azure_sdk_for_go_sdk_storage_azblob//blockblob",
"@com_github_azure_azure_sdk_for_go_sdk_storage_azblob//container",
"@com_github_google_uuid//:uuid",
"@com_github_klauspost_compress//gzip",
"@com_github_klauspost_compress//snappy",
Expand Down Expand Up @@ -79,6 +84,7 @@ go_test(
"@com_github_aws_aws_sdk_go//aws/request",
"@com_github_aws_aws_sdk_go//service/s3",
"@com_github_azure_azure_sdk_for_go_sdk_storage_azblob//:azblob",
"@com_github_azure_azure_sdk_for_go_sdk_storage_azblob//bloberror",
"@com_github_fsouza_fake_gcs_server//fakestorage",
"@com_github_golang_mock//gomock",
"@com_github_pingcap_errors//:errors",
Expand Down
Loading

0 comments on commit 6ff9d37

Please sign in to comment.