2018-11-07 12:39:09 +02:00
|
|
|
# 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/docopt/docopt-go"
|
|
|
|
version = "0.6.2"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/klauspost/cpuid"
|
|
|
|
version = "1.1.0"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/smartystreets/goconvey"
|
|
|
|
version = "1.6.3"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/stretchr/testify"
|
|
|
|
version = "1.2.2"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/vektra/errors"
|
|
|
|
branch = "master"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "k8s.io/api"
|
2019-01-11 16:43:36 +02:00
|
|
|
version = "kubernetes-1.13.1"
|
2018-11-07 12:39:09 +02:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "k8s.io/apimachinery"
|
2019-01-11 16:43:36 +02:00
|
|
|
version = "kubernetes-1.13.0"
|
2018-11-07 12:39:09 +02:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "k8s.io/client-go"
|
2019-01-11 16:43:36 +02:00
|
|
|
version = "10.0.0"
|
2018-11-07 12:39:09 +02:00
|
|
|
|
|
|
|
[prune]
|
|
|
|
go-tests = true
|
|
|
|
unused-packages = true
|
2019-01-11 15:55:28 +02:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/golang/protobuf"
|
|
|
|
version = "1.2.0"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "google.golang.org/grpc"
|
|
|
|
version = "1.17.0"
|