wechatgpt/go.mod
2022-12-12 20:35:08 +09:00

11 lines
229 B
Modula-2

module github.com/wechatgpt/wechatbot
go 1.16
require (
github.com/eatmoreapple/openwechat v1.2.1
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
github.com/sirupsen/logrus v1.6.0
github.com/spf13/viper v1.14.0
)