2017-08-18 15:27:01 +00:00
|
|
|
|
|
|
|
# Gopkg.toml example
|
|
|
|
#
|
|
|
|
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
|
|
|
|
# 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"
|
|
|
|
|
2018-03-14 18:35:09 +00:00
|
|
|
[prune]
|
|
|
|
unused-packages = true
|
|
|
|
non-go = true
|
|
|
|
go-tests = true
|
|
|
|
|
2018-04-24 17:22:57 +00:00
|
|
|
#
|
|
|
|
# Kubernetes packages
|
|
|
|
#
|
2018-07-02 15:22:36 +00:00
|
|
|
|
2017-08-18 15:27:01 +00:00
|
|
|
[[constraint]]
|
2018-04-24 17:22:57 +00:00
|
|
|
name = "k8s.io/kubernetes"
|
2019-08-27 20:58:15 +00:00
|
|
|
version = "~1.15"
|
2018-04-24 17:22:57 +00:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "k8s.io/client-go"
|
2019-08-27 20:58:15 +00:00
|
|
|
version = "kubernetes-1.15.3"
|
2018-04-24 17:22:57 +00:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "k8s.io/apimachinery"
|
2019-08-27 20:58:15 +00:00
|
|
|
version = "kubernetes-1.15.3"
|
2018-04-24 17:22:57 +00:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "k8s.io/api"
|
2019-08-27 20:58:15 +00:00
|
|
|
version = "kubernetes-1.15.3"
|
2019-02-22 16:26:22 +00:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "k8s.io/apiextensions-apiserver"
|
2019-08-27 20:58:15 +00:00
|
|
|
version = "kubernetes-1.15.3"
|
2018-07-02 15:22:36 +00:00
|
|
|
|
2019-08-27 20:58:15 +00:00
|
|
|
# k8s.io/client-go kubernetes-1.15.3 uses v1.1.4
|
2018-07-02 15:22:36 +00:00
|
|
|
[[override]]
|
|
|
|
name = "github.com/json-iterator/go"
|
2019-05-03 15:43:04 +00:00
|
|
|
version = "=1.1.4"
|
2018-04-24 17:22:57 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Cloud provider packages
|
|
|
|
#
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/aws/aws-sdk-go"
|
|
|
|
version = "1.13.12"
|
2017-08-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/Azure/azure-sdk-for-go"
|
2019-05-03 15:43:04 +00:00
|
|
|
version = "~21.4.0"
|
2017-08-18 15:27:01 +00:00
|
|
|
|
2019-08-27 20:58:15 +00:00
|
|
|
# k8s.io/client-go kubernetes-1.15.3 uses v11.1.2
|
2019-02-22 16:50:08 +00:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/Azure/go-autorest"
|
2019-05-03 15:43:04 +00:00
|
|
|
version = "11.1.2"
|
2019-02-22 16:50:08 +00:00
|
|
|
|
2018-04-24 17:22:57 +00:00
|
|
|
#
|
|
|
|
# Third party packages
|
|
|
|
#
|
2017-08-18 15:27:01 +00:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/robfig/cron"
|
|
|
|
revision = "df38d32658d8788cd446ba74db4bb5375c4b0cb3"
|
|
|
|
|
|
|
|
[[constraint]]
|
2019-12-14 07:05:27 +00:00
|
|
|
name = "github.com/gofrs/uuid"
|
|
|
|
version = "~3.2.0"
|
2017-08-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/spf13/afero"
|
|
|
|
branch = "master"
|
2018-07-02 15:22:36 +00:00
|
|
|
|
2018-04-24 17:22:57 +00:00
|
|
|
[[constraint]]
|
2017-08-18 15:27:01 +00:00
|
|
|
name = "github.com/spf13/cobra"
|
2018-08-27 17:49:34 +00:00
|
|
|
version = "0.0.3"
|
2018-07-02 15:22:36 +00:00
|
|
|
|
2017-08-18 15:27:01 +00:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/spf13/pflag"
|
2018-08-24 15:46:43 +00:00
|
|
|
version = "1.0.2"
|
2017-08-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/stretchr/testify"
|
2018-07-26 23:24:30 +00:00
|
|
|
version = "~1.2.2"
|
2017-08-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[constraint]]
|
2017-11-02 20:21:00 +00:00
|
|
|
name = "github.com/hashicorp/go-plugin"
|
2019-06-10 21:15:00 +00:00
|
|
|
revision = "a1bc61569a26c0f65865932c0d55743b0567c494"
|
2019-03-16 01:26:31 +00:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/golang/protobuf"
|
|
|
|
version = "~v1.3.1"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "google.golang.org/grpc"
|
|
|
|
version = "~v1.19.0"
|
|
|
|
|
2019-04-15 21:05:13 +00:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/joho/godotenv"
|
|
|
|
version = "~v1.3.0"
|
|
|
|
|
2019-05-02 14:57:58 +00:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/gobwas/glob"
|
|
|
|
version = "~v0.2.3"
|
|
|
|
|
2019-03-16 01:26:31 +00:00
|
|
|
[[override]]
|
|
|
|
name = "golang.org/x/sys"
|
2019-04-15 21:05:13 +00:00
|
|
|
branch = "master"
|