소스 검색

subscribed message handlers implemented

Matthew R Kasun 3 년 전
부모
커밋
d95b7e1dab
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      go.mod

+ 1 - 0
go.mod

@@ -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
 )