9 lines
135 B
Modula-2
9 lines
135 B
Modula-2
module github.com/wechatgpt/wechatbot
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/eatmoreapple/openwechat v1.2.1
|
|
github.com/spf13/viper v1.14.0
|
|
)
|