update go.mod and go.sum to include additional indirect dependencies
All checks were successful
Build and Push Container Image / build-and-push-and-deploy (push) Successful in 1m33s
All checks were successful
Build and Push Container Image / build-and-push-and-deploy (push) Successful in 1m33s
This commit is contained in:
22
go.mod
22
go.mod
@ -2,4 +2,24 @@ module git.liteyuki.org/LiteyukiStudio/new-domain-redir
|
||||
|
||||
go 1.23.3
|
||||
|
||||
require github.com/cloudwego/hertz v0.10.0 // indirect
|
||||
require github.com/cloudwego/hertz v0.10.0
|
||||
|
||||
require (
|
||||
github.com/bytedance/gopkg v0.1.1 // indirect
|
||||
github.com/bytedance/sonic v1.13.2 // indirect
|
||||
github.com/bytedance/sonic/loader v0.2.4 // indirect
|
||||
github.com/cloudwego/base64x v0.1.5 // indirect
|
||||
github.com/cloudwego/gopkg v0.1.4 // indirect
|
||||
github.com/cloudwego/netpoll v0.7.0 // indirect
|
||||
github.com/fsnotify/fsnotify v1.5.4 // indirect
|
||||
github.com/golang/protobuf v1.5.0 // indirect
|
||||
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
||||
github.com/nyaruka/phonenumbers v1.0.55 // indirect
|
||||
github.com/tidwall/gjson v1.14.4 // indirect
|
||||
github.com/tidwall/match v1.1.1 // indirect
|
||||
github.com/tidwall/pretty v1.2.0 // indirect
|
||||
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
||||
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
|
||||
golang.org/x/sys v0.24.0 // indirect
|
||||
google.golang.org/protobuf v1.27.1 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user