diff --git a/ap.go b/ap.go index 28a45be..5e15670 100644 --- a/ap.go +++ b/ap.go @@ -61,7 +61,7 @@ func (s *accessPoint) SetDataTag(tag uint8) { s.tag = tag } -// Close will close the connection to YoMo-MessageQueue. +// Close will close the connection to MessageQueue. func (s *accessPoint) Close() error { if err := s.client.Close(); err != nil { s.client.Logger().Errorf("%sClose(): %v", apLogPrefix, err) diff --git a/go.mod b/go.mod index eae5a4d..2d7035a 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module git.hpds.cc/pavement/hpds_node go 1.19 require ( - git.hpds.cc/Component/network v0.0.0-20230326151855-3c157f531d86 + git.hpds.cc/Component/network v0.0.0-20230402152327-d10a80765e7c github.com/disintegration/imaging v1.6.2 github.com/lucas-clemente/quic-go v0.29.1 github.com/stretchr/testify v1.8.0