Merge pull request #53 from fossyy/dependabot/go_modules/golang.org/x/crypto-0.27.0

Bump golang.org/x/crypto from 0.24.0 to 0.27.0
This commit is contained in:
2024-09-13 21:56:59 +07:00
committed by GitHub
2 changed files with 9 additions and 9 deletions

6
go.mod
View File

@ -11,7 +11,7 @@ require (
github.com/shirou/gopsutil/v3 v3.24.5
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/xlzd/gotp v0.1.0
golang.org/x/crypto v0.24.0
golang.org/x/crypto v0.27.0
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gorm.io/driver/mysql v1.5.7
gorm.io/driver/postgres v1.5.9
@ -37,7 +37,7 @@ require (
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.18.0 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
)