Compare commits

...

1 Commits
v1.15 ... main

Author SHA1 Message Date
wangjian d4bc0298e1 1、修改bug 2024-12-13 12:07:42 +08:00
1 changed files with 3 additions and 3 deletions

6
go.mod
View File

@ -1,11 +1,11 @@
module git.hpds.cc/pavement/hpds_node
go 1.22.0
go 1.23
toolchain go1.23.4
require (
git.hpds.cc/Component/network v0.0.0-20230421024959-bf7300c92a95
git.hpds.cc/Component/network v0.0.0-20241213034701-8d0c63079944
github.com/disintegration/imaging v1.6.2
github.com/quic-go/quic-go v0.48.2
github.com/stretchr/testify v1.10.0
@ -14,7 +14,7 @@ require (
)
require (
git.hpds.cc/Component/mq_coder v0.0.0-20230310155836-afc76d7d1572 // indirect
git.hpds.cc/Component/mq_coder v0.0.0-20241213034522-3a3512d94b34 // indirect
github.com/aws/aws-sdk-go v1.55.5 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect