build(deps): bump golang.org/x/term from 0.33.0 to 0.34.0 (#4830)

This commit is contained in:
dependabot[bot]
2025-08-07 21:07:07 +02:00
committed by GitHub
parent c212d027d8
commit 2fa5451069
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -33,8 +33,8 @@ require (
github.com/pion/webrtc/v4 v4.0.7
github.com/stretchr/testify v1.10.0
golang.org/x/crypto v0.40.0
golang.org/x/sys v0.34.0
golang.org/x/term v0.33.0
golang.org/x/sys v0.35.0
golang.org/x/term v0.34.0
gopkg.in/yaml.v2 v2.4.0
)