diff options
| author | Eric Biggers <ebiggers@google.com> | 2025-11-04 13:43:13 -0800 |
|---|---|---|
| committer | Eric Biggers <ebiggers@google.com> | 2025-11-04 13:45:49 -0800 |
| commit | b90a1aec52acbc6df2ec24726574254ec0e666e1 (patch) | |
| tree | 543f8188987c3aa4f75e69c5210d6e831729fbe8 /go.mod | |
| parent | 5d2b026474ed4c67da3d617e33b2807a65169257 (diff) | |
Upgrade golang.org/x/crypto
Ran the following commands, using Go 1.23.12:
go get golang.org/x/crypto@v0.41.0
go mod tidy
... where v0.41.0 is the latest version that supports Go 1.23.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ require ( github.com/pkg/errors v0.9.1 github.com/urfave/cli v1.22.14 github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad - golang.org/x/crypto v0.31.0 + golang.org/x/crypto v0.41.0 golang.org/x/sys v0.35.0 golang.org/x/term v0.34.0 golang.org/x/tools v0.13.0 |