Browse Source

subscribed message handlers implemented

Matthew R Kasun 3 years ago
parent
commit
d95b7e1dab
1 changed files with 1 additions and 0 deletions
  1. 1 0
      go.mod

+ 1 - 0
go.mod

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