1 Star 0 Fork 24

赵广志/sofa-mosn

forked from SOFAStack/sofa-mosn 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Gopkg.toml 2.02 KB
一键复制 编辑 原始数据 按行查看 历史
# Gopkg.toml example
#
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true
[[constraint]]
name = "github.com/envoyproxy/go-control-plane"
version = "=0.6.9"
[[constraint]]
name = "github.com/gogo/protobuf"
version = "=1.2.1"
[[constraint]]
name = "github.com/golang/protobuf"
version = "=1.3.1"
[[constraint]]
name = "github.com/hashicorp/go-syslog"
version = "=v1.0.0"
[[constraint]]
branch = "master"
name = "github.com/rcrowley/go-metrics"
[[constraint]]
name = "github.com/urfave/cli"
version = "=1.20.0"
[[constraint]]
name = "google.golang.org/grpc"
version = "=1.20.1"
[[constraint]]
name = "gopkg.in/natefinch/lumberjack.v2"
version = "=v2.1"
[[constraint]]
name = "github.com/valyala/fasthttp"
version = "=v1.2.0"
[[constraint]]
name = "github.com/json-iterator/go"
version = "=v1.1.6"
[[constraint]]
branch = "master"
name = "golang.org/x/sys"
[[constraint]]
branch = "master"
name = "github.com/neverhook/easygo"
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
[[constraint]]
name = "istio.io/api"
version = "=1.1.3"
[prune]
go-tests = true
unused-packages = true
[[constraint]]
name = "github.com/prometheus/client_golang"
version = "=v0.9.2"
[[constraint]]
name = "github.com/c2h5oh/datasize"
branch = "master"
[[constraint]]
name = "golang.org/x/net"
branch = "release-branch.go1.12"
[[constraint]]
name = "github.com/spf13/pflag"
version = "v1.0.3"
[[constraint]]
name = "github.com/tjfoc/gmsm"
version = "1.2.0"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/zgzwelldone/sofa-mosn.git
git@gitee.com:zgzwelldone/sofa-mosn.git
zgzwelldone
sofa-mosn
sofa-mosn
master

搜索帮助