加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 702 Bytes
一键复制 编辑 原始数据 按行查看 历史
Edward 提交于 2020-11-18 00:40 . update mod
module github.com/micro-community/micro-webui
go 1.15
require (
github.com/go-acme/lego/v3 v3.9.0
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/micro/micro/v3 v3.0.1
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e
github.com/stretchr/testify v1.6.1
github.com/urfave/cli/v2 v2.3.0
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
)
// This can be removed once etcd becomes go gettable, version 3.4 and 3.5 is not,
// see https://github.com/etcd-io/etcd/issues/11154 and https://github.com/etcd-io/etcd/issues/11931.
replace google.golang.org/grpc => google.golang.org/grpc v1.29.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化