subscribed message handlers implemented

This commit is contained in:
Matthew R Kasun 2022-01-05 10:05:51 -05:00
parent aad4e44e73
commit d95b7e1dab

1
go.mod
View file

@ -48,4 +48,5 @@ require (
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
google.golang.org/appengine v1.4.0 // indirect
gopkg.in/ini.v1 v1.66.2 // indirect
)