dependabot[bot] 0241dcd66c
chore(deps): bump the go_modules group across 2 directories with 1 update
Bumps the go_modules group with 1 update in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 1 update in the /examples/bazel directory: [golang.org/x/crypto](https://github.com/golang/crypto).


Updates `golang.org/x/crypto` from 0.36.0 to 0.45.0
- [Commits](https://github.com/golang/crypto/compare/v0.36.0...v0.45.0)

Updates `golang.org/x/crypto` from 0.36.0 to 0.45.0
- [Commits](https://github.com/golang/crypto/compare/v0.36.0...v0.45.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-20 01:40:48 +00:00

14 lines
272 B
Modula-2

module example/go-jsonnet-using-bazel
go 1.24.0
require github.com/google/go-jsonnet v0.21.0
require (
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/sys v0.38.0 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)
replace github.com/google/go-jsonnet => ../../