wechatgpt/go.mod
2022-12-07 13:49:58 +09:00

10 lines
170 B
Modula-2

module github.com/wechatgpt/wechatbot
go 1.16
require (
github.com/eatmoreapple/openwechat v1.2.1
github.com/sirupsen/logrus v1.6.0
github.com/spf13/viper v1.14.0
)