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
|
|
|
|
#
|
2017-08-18 15:27:01 +00:00
|
|
|
[[constraint]]
|
2018-04-24 17:22:57 +00:00
|
|
|
name = "k8s.io/kubernetes"
|
|
|
|
version = "~1.10"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "k8s.io/client-go"
|
|
|
|
version = "~7.0"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "k8s.io/apimachinery"
|
|
|
|
version = "kubernetes-1.10.0"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "k8s.io/api"
|
|
|
|
version = "kubernetes-1.10.0"
|
|
|
|
|
|
|
|
#
|
|
|
|
# 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"
|
|
|
|
version = "~10.2.1-beta"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/Azure/go-autorest"
|
|
|
|
version = "~8.1.x"
|
|
|
|
|
2018-04-24 17:22:57 +00:00
|
|
|
|
2017-08-18 15:27:01 +00:00
|
|
|
[[constraint]]
|
2018-04-24 17:22:57 +00:00
|
|
|
name = "cloud.google.com/go"
|
|
|
|
version = "0.11.0"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "google.golang.org/api"
|
|
|
|
branch = "master"
|
2017-08-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[constraint]]
|
2018-04-24 17:22:57 +00:00
|
|
|
name = "golang.org/x/oauth2"
|
2017-08-18 15:27:01 +00:00
|
|
|
branch = "master"
|
2018-04-24 17:22:57 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Third party packages
|
|
|
|
#
|
|
|
|
[[constraint]]
|
2017-08-18 15:27:01 +00:00
|
|
|
name = "github.com/golang/glog"
|
2018-04-24 17:22:57 +00:00
|
|
|
branch = "master"
|
2017-08-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/robfig/cron"
|
|
|
|
revision = "df38d32658d8788cd446ba74db4bb5375c4b0cb3"
|
|
|
|
|
2018-04-24 17:17:37 +00:00
|
|
|
# TODO(1.0) this repo is a redirect to github.com/satori/go.uuid. Our
|
|
|
|
# current version of azure-sdk-for-go references this redirect, so
|
|
|
|
# use it so we don't get a duplicate copy of this dependency.
|
|
|
|
# Once our azure-sdk-for-go is updated to a newer version (where
|
|
|
|
# their dependency has changed to .../go.uuid), switch this to
|
|
|
|
# github.com/satori/go.uuid
|
2017-08-18 15:27:01 +00:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/satori/uuid"
|
|
|
|
version = "1.1.0"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/spf13/afero"
|
|
|
|
branch = "master"
|
2018-04-24 17:22:57 +00:00
|
|
|
|
|
|
|
[[constraint]]
|
2017-08-18 15:27:01 +00:00
|
|
|
name = "github.com/spf13/cobra"
|
2018-04-24 17:22:57 +00:00
|
|
|
branch = "master"
|
|
|
|
|
2017-08-18 15:27:01 +00:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/spf13/pflag"
|
|
|
|
version = "1.0.0"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/stretchr/testify"
|
2017-10-17 16:08:01 +00:00
|
|
|
branch = "master"
|
2017-08-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[constraint]]
|
2017-11-02 20:21:00 +00:00
|
|
|
name = "github.com/hashicorp/go-plugin"
|
2018-04-24 17:22:57 +00:00
|
|
|
branch = "master"
|