Skip to content

Commit

Permalink
Update deps including aspect_bazel_lib 1.18.0 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Dec 4, 2022
1 parent ff1c040 commit ec19825
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 25 deletions.
4 changes: 2 additions & 2 deletions bazelrc/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "bazel_skylib",
sha256 = "f7be3474d42aae265405a592bb7da8e171919d74c16f082a5457840f06054728",
urls = ["https://github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib-1.2.1.tar.gz"],
sha256 = "74d544d96f4a5bb630d465ca8bbcfe231e3594e5aae57e1edbf17a6eb3ca2506",
urls = ["https://github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skylib-1.3.0.tar.gz"],
)
2 changes: 1 addition & 1 deletion go_workspaces/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ go_dependencies()

go_rules_dependencies()

go_register_toolchains(version = "1.19")
go_register_toolchains(version = "1.19.3")

gazelle_dependencies()
27 changes: 9 additions & 18 deletions write_source_files/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ http_archive(
name = "com_google_protobuf",
sha256 = "d7d204a59fd0d2d2387bd362c2155289d5060f32122c4d1d922041b61191d522",
strip_prefix = "protobuf-3.21.5",
urls = [
"https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v3.21.5.tar.gz",
"https://github.com/protocolbuffers/protobuf/archive/v3.21.5.tar.gz",
],
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.5.tar.gz"],
)

load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
Expand All @@ -18,27 +15,21 @@ protobuf_deps()

http_archive(
name = "bazel_skylib",
sha256 = "f7be3474d42aae265405a592bb7da8e171919d74c16f082a5457840f06054728",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib-1.2.1.tar.gz",
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib-1.2.1.tar.gz",
],
sha256 = "74d544d96f4a5bb630d465ca8bbcfe231e3594e5aae57e1edbf17a6eb3ca2506",
urls = ["https://github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skylib-1.3.0.tar.gz"],
)

http_archive(
name = "io_bazel_rules_go",
sha256 = "16e9fca53ed6bd4ff4ad76facc9b7b651a89db1689a2877d6fd7b82aa824e366",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.34.0/rules_go-v0.34.0.zip",
"https://github.com/bazelbuild/rules_go/releases/download/v0.34.0/rules_go-v0.34.0.zip",
],
sha256 = "099a9fb96a376ccbbb7d291ed4ecbdfd42f6bc822ab77ae6f1b5cb9e914e94fa",
urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.35.0/rules_go-v0.35.0.zip"],
)

http_archive(
name = "aspect_bazel_lib",
sha256 = "695d319362b227725e4daa60d863b4d1969b167889902511f1fd3051cea1071f",
strip_prefix = "bazel-lib-1.16.3",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.16.3.tar.gz",
sha256 = "be236556c7b9c7b91cb370e837fdcec62b6e8893408cd4465ae883c9d7c67024",
strip_prefix = "bazel-lib-1.18.0",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.18.0.tar.gz",
)

load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies")
Expand All @@ -49,4 +40,4 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_depe

go_rules_dependencies()

go_register_toolchains(version = "1.17.6")
go_register_toolchains(version = "1.19.3")
2 changes: 1 addition & 1 deletion write_source_files/bar/bar.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion write_source_files/bar/baz.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion write_source_files/foo/foo.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion write_source_files/foo/fum.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ec19825

Please sign in to comment.