Skip to content

Commit

Permalink
Update bazel deps to match go.mod
Browse files Browse the repository at this point in the history
Don't forget to run `bazel run //:gazelle-update-repos` after updating
go modules in go.mod.
  • Loading branch information
mostynb committed Mar 15, 2022
1 parent b691700 commit 60b40a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -528,8 +528,8 @@ def go_dependencies():
go_repository(
name = "com_github_minio_minio_go_v7",
importpath = "github.com/minio/minio-go/v7",
sum = "h1:0+Xt1SkCKDgcx5cmo3UxXcJ37u5Gy+/2i/+eQYqmYJw=",
version = "v7.0.20",
sum = "h1:5+NaPkyAjRvzl81ZN3N7VgMYsQwbYwnj3NQ2CJpxwX0=",
version = "v7.0.24-0.20220302185830-f2d40be3e82f",
)
go_repository(
name = "com_github_minio_sha256_simd",
Expand Down

0 comments on commit 60b40a3

Please sign in to comment.