Skip to content

fix(deps): update module golang.org/x/term to v0.32.0 #2440

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions scripts/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ go 1.21

exclude (
github.com/ProtonMail/go-crypto v1.2.0
github.com/cloudflare/circl v1.6.1
github.com/cloudflare/circl v1.6.1

github.com/cloudflare/circl v1.6.1
// exclude versions not compatible with go 1.21
github.com/go-git/go-git/v5 v5.14.0
Expand All @@ -15,7 +12,6 @@ exclude (

github.com/skeema/knownhosts v1.3.1
golang.org/x/crypto v0.35.0
golang.org/x/crypto v0.35.0
golang.org/x/crypto v0.36.0

golang.org/x/crypto v0.37.0
Expand All @@ -40,9 +36,7 @@ exclude (
golang.org/x/sys v0.31.0

golang.org/x/sys v0.32.0
golang.org/x/term v0.30.0

golang.org/x/term v0.31.0
golang.org/x/term v0.32.0
)

require (
Expand Down
Loading