diff --git a/go.mod b/go.mod index 8402a9f..c910524 100644 --- a/go.mod +++ b/go.mod @@ -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