Skip to content

Commit

Permalink
chore(bazel): update Bazel Go deps (#1328)
Browse files Browse the repository at this point in the history
Updated Go dependencies for Bazel repositories.
  • Loading branch information
yoshi-code-bot committed May 9, 2023
1 parent 6de2d57 commit 661244d
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_github_google_s2a_go",
importpath = "github.com/google/s2a-go",
sum = "h1:WVtYAYuYxKeYajAmThMRYWP6K3wXkcqbGHeUgeubUHY=",
version = "v0.1.2",
sum = "h1:FAgZmpLl/SXurPEZyCMPBIiiYeTbqfjlbdnCNTAkbGE=",
version = "v0.1.3",
)

go_repository(
Expand Down Expand Up @@ -367,6 +367,12 @@ def com_googleapis_gapic_generator_go_repositories():
sum = "h1:X1TuBLAMDFbaTAChgCBLu3DU3UPyELpnF2jjJ2cz/S8=",
version = "v1.4.2",
)
go_repository(
name = "com_github_yuin_goldmark",
importpath = "github.com/yuin/goldmark",
sum = "h1:fVcFKWvrslecOb/tg+Cc05dkeYx540o0FuFt3nUVDoE=",
version = "v1.4.13",
)

go_repository(
name = "com_gitlab_golang_commonmark_html",
Expand Down Expand Up @@ -779,8 +785,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_google_cloud_go_iam",
importpath = "cloud.google.com/go/iam",
sum = "h1:hlQJMovyJJwYjZcTohUH4o1L8Z8kYz+E+W/zktiLCBc=",
version = "v1.0.0",
sum = "h1:lyeCAU6jpnVNrE9zGQkTl3WgNgK/X+uWwaw0kynZJMU=",
version = "v1.0.1",
)
go_repository(
name = "com_google_cloud_go_iap",
Expand Down Expand Up @@ -1222,8 +1228,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "org_golang_google_api",
importpath = "google.golang.org/api",
sum = "h1:TTmhTei0mkR+kiBSW2UzZmAbkTaBfUUzfchyXnzG9Hs=",
version = "v0.120.0",
sum = "h1:zDobeejm3E7pEG1mNHvdxvjs5XJoCMzyNH+CmwL94Es=",
version = "v0.122.0",
)

go_repository(
Expand Down

0 comments on commit 661244d

Please sign in to comment.