1 Star 0 Fork 0

Kevin Wang/goon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
Kevin Wang 提交于 2023-06-18 17:59 . dev
module goon
go 1.18
require (
github.com/docker/docker v24.0.2+incompatible
github.com/go-redis/redis/v8 v8.11.5
github.com/go-sql-driver/mysql v1.6.0
github.com/gofrs/uuid v4.2.0+incompatible
github.com/golang-jwt/jwt/v4 v4.4.2
github.com/google/uuid v1.3.0
github.com/hibiken/asynq v0.23.0
github.com/hslam/ftok v1.0.0
github.com/hslam/msg v1.0.0
github.com/mozillazg/go-pinyin v0.19.0
github.com/pkg/errors v0.9.1
github.com/sevlyar/go-daemon v0.1.5
github.com/shopspring/decimal v1.3.1
github.com/takama/daemon v1.0.0
github.com/tim1020/godaemon v0.0.0-20160320101618-2d183393d9ee
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.7 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/stretchr/testify v1.7.1 // indirect
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
golang.org/x/sys v0.0.0-20220429233432-b5fbb4746d32 // indirect
golang.org/x/text v0.3.8-0.20211105212822-18b340fc7af2 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
google.golang.org/protobuf v1.26.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
gotest.tools/v3 v3.4.0 // indirect
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/shandongsite/goon.git
git@gitee.com:shandongsite/goon.git
shandongsite
goon
goon
master

搜索帮助