diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-11-19 21:33:30 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-19 21:33:30 -0800 |
| commit | ea916da7fa9844cc3da608e75510f478c7b09f7d (patch) | |
| tree | 467e18d44432112e50b8f1d8ad6a899998a0b8b3 /go.mod | |
| parent | 37b292434bbb79b2b145a6ede9d53dadacb6870e (diff) | |
build(deps): bump golang.org/x/crypto (#435)
Bumps the go_modules group with 1 update in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Updates `golang.org/x/crypto` from 0.41.0 to 0.45.0
- [Commits](https://github.com/golang/crypto/compare/v0.41.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
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -1,17 +1,15 @@ module github.com/google/fscrypt -go 1.23.0 - -toolchain go1.23.12 +go 1.24.0 require ( github.com/client9/misspell v0.3.4 github.com/pkg/errors v0.9.1 github.com/urfave/cli v1.22.17 github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad - golang.org/x/crypto v0.41.0 - golang.org/x/sys v0.35.0 - golang.org/x/term v0.34.0 + golang.org/x/crypto v0.45.0 + golang.org/x/sys v0.38.0 + golang.org/x/term v0.37.0 golang.org/x/tools v0.36.0 google.golang.org/protobuf v1.36.10 honnef.co/go/tools v0.6.1 |