1 Star 0 Fork 1

tcsnzh / 54robot

forked from Arrivederci / 54robot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
go.mod 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
tcsnzh 提交于 2024-04-24 12:39 . feat: 添加了限速桶
module 54/54robot
go 1.20
require (
github.com/deckarep/golang-set/v2 v2.6.0
github.com/stretchr/testify v1.9.0
go.mongodb.org/mongo-driver v1.15.0
golang.org/x/text v0.14.0
)
require (
github.com/golang/snappy v0.0.1 // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.1.2 // indirect
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
golang.org/x/sync v0.7.0 // indirect
)
require (
github.com/alecthomas/kong v0.9.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/eatmoreapple/openwechat v1.4.6
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mattn/go-sqlite3 v1.14.22
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.3
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/exp v0.0.0-20240409090435-93d18d7e34b8
golang.org/x/sys v0.19.0 // indirect
golang.org/x/term v0.19.0 // indirect
golang.org/x/time v0.5.0
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Go
1
https://gitee.com/tcsn_site/54robot.git
git@gitee.com:tcsn_site/54robot.git
tcsn_site
54robot
54robot
master

搜索帮助