`WORKSPACE` Usage
bzl
load("bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "com_github_bufbuild_protovalidate",
sha256 = "7c20845bda99287680c7993e56df8ce414484a83003a10bd0eba18c6db527027",
strip_prefix = "protovalidate-0.10.0",
urls = [
"https://github.com/bufbuild/protovalidate/releases/download/v0.10.0/protovalidate-v0.10.0.tar.gz",
],
)
What's Changed
* Fix docs: expected-failures should be expected_failures by nicksnyder in https://github.com/bufbuild/protovalidate/pull/281
* Bump golang.org/x/sync from 0.9.0 to 0.10.0 in /tools by dependabot in https://github.com/bufbuild/protovalidate/pull/282
* Pin bazel to last pre-8.x release by jchadwick-buf in https://github.com/bufbuild/protovalidate/pull/287
* Fix dead link in buf.build/bufbuild/protovalidate-testing README.md by timostamm in https://github.com/bufbuild/protovalidate/pull/286
* Add all conformance runner flags to the documentation by timostamm in https://github.com/bufbuild/protovalidate/pull/285
* Bump google.golang.org/protobuf from 1.35.2 to 1.36.1 in /tools by dependabot in https://github.com/bufbuild/protovalidate/pull/288
* Add support for bzlmod + Bazel 8 by jchadwick-buf in https://github.com/bufbuild/protovalidate/pull/289
* Bump google.golang.org/protobuf from 1.36.1 to 1.36.2 in /tools by dependabot in https://github.com/bufbuild/protovalidate/pull/293
* Bump google.golang.org/protobuf from 1.36.2 to 1.36.3 in /tools by dependabot in https://github.com/bufbuild/protovalidate/pull/295
* Move to the migration guide at Buf docs by jrinehart-buf in https://github.com/bufbuild/protovalidate/pull/294
* Bump google.golang.org/protobuf from 1.36.3 to 1.36.4 in /tools by dependabot in https://github.com/bufbuild/protovalidate/pull/296
* Remove deprecated options by jchadwick-buf in https://github.com/bufbuild/protovalidate/pull/297
* Add BCR manifest and bzlmod E2E test by jchadwick-buf in https://github.com/bufbuild/protovalidate/pull/298
New Contributors
* jrinehart-buf made their first contribution in https://github.com/bufbuild/protovalidate/pull/294
**Full Changelog**: https://github.com/bufbuild/protovalidate/compare/v0.9.0...v0.10.0