1 Star 4 Fork 3

NilOrganization / go-wechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
go.mod 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
Keng 提交于 2021-07-24 15:49 . 调整编译脚本
module github.com/nilorg/go-wechat/v2
go 1.16
require (
github.com/bitly/go-simplejson v0.5.0
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/fsnotify/fsnotify v1.4.9
github.com/gin-gonic/gin v1.7.2
github.com/go-playground/validator/v10 v10.7.0 // indirect
github.com/go-redis/redis/v8 v8.11.0
github.com/heroicyang/wechat-crypter v0.0.0-20150326022142-2d3eafa552ae
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/nilorg/sdk v0.0.0-20210429091026-95b6cdc95c84
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/viper v1.8.1
github.com/ugorji/go v1.2.6 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.18.1
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/text v0.3.6 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)
Go
1
https://gitee.com/nilorg/go-wechat.git
git@gitee.com:nilorg/go-wechat.git
nilorg
go-wechat
go-wechat
master

搜索帮助