mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
86 lines
2.0 KiB
TOML
86 lines
2.0 KiB
TOML
# 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/c-bata/go-prompt"
|
|
version = "0.2.2"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "yunion.io/x/jsonutils"
|
|
|
|
[[constraint]]
|
|
#revision = "a14641a90b9e5c72868b7a8358d62ea1d83eab53"
|
|
branch = "master"
|
|
name = "yunion.io/x/sqlchemy"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "yunion.io/x/log"
|
|
|
|
[[constraint]]
|
|
revision = "07cad0cb1df5155b3bfa15079594d01050931554"
|
|
#branch = "master"
|
|
name = "yunion.io/x/pkg"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "yunion.io/x/structarg"
|
|
|
|
# client-go v8.0.0 uses apimachinery 103fd098999dc9c0c88536f5c9ad2e5da39373ae
|
|
# and api 072894a440bdee3a891dea811fe42902311cd2a3 (see Godep.json). go dep
|
|
# is unable to match Godep.json automatically so have to specify here.
|
|
[[constraint]]
|
|
name = "k8s.io/client-go"
|
|
version = "v8.0.0"
|
|
[[override]]
|
|
name = "k8s.io/apimachinery"
|
|
revision = "103fd098999dc9c0c88536f5c9ad2e5da39373ae"
|
|
[[override]]
|
|
name = "k8s.io/api"
|
|
revision = "072894a440bdee3a891dea811fe42902311cd2a3"
|
|
|
|
[[override]]
|
|
name = "github.com/apache/thrift"
|
|
revision = "e59b73d3c2bf1c328ccb78e683c0462fa1a473c7"
|
|
[[override]]
|
|
name = "github.com/ugorji/go"
|
|
revision = "f3cacc17c85ecb7f1b6a9e373ee85d1480919868"
|
|
|
|
[[constraint]]
|
|
name = "github.com/coredns/coredns"
|
|
version = "v1.2.0"
|
|
|
|
[prune]
|
|
go-tests = true
|
|
unused-packages = true
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/vmware/govmomi"
|
|
|