加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 604 Bytes
一键复制 编辑 原始数据 按行查看 历史
马文 提交于 2024-01-24 15:37 . 修改,贴吧监控失效
module GGRoBotCQHttp
go 1.8
require (
github.com/faiface/beep v1.1.0
github.com/mattn/go-sqlite3 v1.14.16
github.com/playwright-community/playwright-go v0.2000.1
gopkg.in/square/go-jose.v2 v2.6.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/PuerkitoBio/goquery v1.8.1
github.com/gorilla/websocket v1.4.2
github.com/kr/pretty v0.3.1 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.5.0
github.com/spf13/viper v1.15.0
golang.org/x/exp/shiny v0.0.0-20240119083558-1b970713d09a // indirect
golang.org/x/mobile v0.0.0-20240112133503-c713f31d574b // indirect
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化