Bump golang.org/x/term from 0.32.0 to 0.34.0 (#58)

This commit is contained in:
dependabot[bot]
2025-09-18 19:51:35 +02:00
committed by GitHub
parent c8b3fd782e
commit c3eb61c6d2
2 changed files with 7 additions and 7 deletions

6
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/tlinden/anydb
go 1.23.0
go 1.24.0
toolchain go1.24.1
@@ -15,7 +15,7 @@ require (
github.com/tlinden/yadu v0.1.3
go.etcd.io/bbolt v1.4.3
golang.org/x/crypto v0.41.0
golang.org/x/term v0.34.0
golang.org/x/term v0.35.0
google.golang.org/protobuf v1.36.6
)
@@ -34,7 +34,7 @@ require (
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.55.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/sys v0.35.0 // indirect
golang.org/x/sys v0.36.0 // indirect
golang.org/x/tools v0.26.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)