diff options
| author | Eric Biggers <ebiggers@google.com> | 2025-11-04 13:41:50 -0800 |
|---|---|---|
| committer | Eric Biggers <ebiggers@google.com> | 2025-11-04 13:45:48 -0800 |
| commit | 5d2b026474ed4c67da3d617e33b2807a65169257 (patch) | |
| tree | 2a3af30b5bdf3d496a04ba2e21ef417b85396b14 /go.mod | |
| parent | 8a9b70fe9c280d4b73c02ee314fa40729bc1792e (diff) | |
Upgrade golang.org/x/term
Ran the following commands, using Go 1.23.12:
go get golang.org/x/term@v0.34.0
go mod tidy
... where v0.34.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
@@ -11,7 +11,7 @@ require ( github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad golang.org/x/crypto v0.31.0 golang.org/x/sys v0.35.0 - golang.org/x/term v0.27.0 + golang.org/x/term v0.34.0 golang.org/x/tools v0.13.0 google.golang.org/protobuf v1.33.0 honnef.co/go/tools v0.4.5 |