wechatgpt/go.mod
2022-12-07 12:39:28 +09:00

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
)