Bump golang.org/x/crypto from 0.31.0 to 0.37.0 (#35)

This commit is contained in:
dependabot[bot]
2025-04-25 14:27:49 +02:00
committed by GitHub
parent b9f9655d7c
commit f22719a92b
2 changed files with 12 additions and 10 deletions

10
go.mod
View File

@@ -1,6 +1,8 @@
module github.com/tlinden/anydb
go 1.23
go 1.23.0
toolchain go1.24.1
require (
github.com/dustin/go-humanize v1.0.1
@@ -12,8 +14,8 @@ require (
github.com/spf13/cobra v1.9.1
github.com/tlinden/yadu v0.1.3
go.etcd.io/bbolt v1.4.0
golang.org/x/crypto v0.31.0
golang.org/x/term v0.27.0
golang.org/x/crypto v0.37.0
golang.org/x/term v0.31.0
google.golang.org/protobuf v1.36.6
)
@@ -30,7 +32,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.29.0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/tools v0.26.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)