build(deps): bump golang.org/x/term from 0.18.0 to 0.19.0 (#3191)

This commit is contained in:
dependabot[bot] 2024-04-04 19:39:00 +02:00 committed by GitHub
parent f5d9fde604
commit 56261cc5b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

4
go.mod
View file

@ -28,8 +28,8 @@ require (
github.com/pion/webrtc/v3 v3.2.22
github.com/stretchr/testify v1.9.0
golang.org/x/crypto v0.21.0
golang.org/x/sys v0.18.0
golang.org/x/term v0.18.0
golang.org/x/sys v0.19.0
golang.org/x/term v0.19.0
gopkg.in/yaml.v2 v2.4.0
)