diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 848d4e71..b6223f2e 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -8,7 +8,7 @@ "Deps": [ { "ImportPath": "cloud.google.com/go", - "Rev": "v0.34.0" + "Rev": "v0.38.0" }, { "ImportPath": "github.com/Azure/go-autorest/autorest", @@ -34,6 +34,10 @@ "ImportPath": "github.com/Azure/go-autorest/tracing", "Rev": "v0.5.0" }, + { + "ImportPath": "github.com/BurntSushi/toml", + "Rev": "v0.3.1" + }, { "ImportPath": "github.com/NYTimes/gziphandler", "Rev": "56545f4a5d46" @@ -46,6 +50,10 @@ "ImportPath": "github.com/PuerkitoBio/urlesc", "Rev": "5bd2802263f2" }, + { + "ImportPath": "github.com/client9/misspell", + "Rev": "v0.3.4" + }, { "ImportPath": "github.com/davecgh/go-spew", "Rev": "v1.1.1" @@ -102,17 +110,25 @@ "ImportPath": "github.com/gogo/protobuf", "Rev": "65acae22fc9d" }, + { + "ImportPath": "github.com/golang/glog", + "Rev": "23def4e6c14b" + }, { "ImportPath": "github.com/golang/groupcache", "Rev": "02826c3e7903" }, { - "ImportPath": "github.com/golang/protobuf", + "ImportPath": "github.com/golang/mock", "Rev": "v1.2.0" }, + { + "ImportPath": "github.com/golang/protobuf", + "Rev": "v1.3.1" + }, { "ImportPath": "github.com/google/btree", - "Rev": "7d79101e329e" + "Rev": "4030bb1f1f0c" }, { "ImportPath": "github.com/google/go-cmp", @@ -122,10 +138,22 @@ "ImportPath": "github.com/google/gofuzz", "Rev": "v1.0.0" }, + { + "ImportPath": "github.com/google/martian", + "Rev": "v2.1.0" + }, + { + "ImportPath": "github.com/google/pprof", + "Rev": "3ea8567a2e57" + }, { "ImportPath": "github.com/google/uuid", "Rev": "v1.1.1" }, + { + "ImportPath": "github.com/googleapis/gax-go/v2", + "Rev": "v2.0.4" + }, { "ImportPath": "github.com/googleapis/gnostic", "Rev": "0c5108395e2d" @@ -140,7 +168,7 @@ }, { "ImportPath": "github.com/hashicorp/golang-lru", - "Rev": "v0.5.0" + "Rev": "v0.5.1" }, { "ImportPath": "github.com/hpcloud/tail", @@ -154,6 +182,10 @@ "ImportPath": "github.com/json-iterator/go", "Rev": "v1.1.7" }, + { + "ImportPath": "github.com/jstemmer/go-junit-report", + "Rev": "af01ea7f8024" + }, { "ImportPath": "github.com/kisielk/errcheck", "Rev": "v1.2.0" @@ -226,10 +258,22 @@ "ImportPath": "github.com/stretchr/testify", "Rev": "v1.3.0" }, + { + "ImportPath": "go.opencensus.io", + "Rev": "v0.21.0" + }, { "ImportPath": "golang.org/x/crypto", "Rev": "e84da0312774" }, + { + "ImportPath": "golang.org/x/exp", + "Rev": "509febef88a4" + }, + { + "ImportPath": "golang.org/x/lint", + "Rev": "8f45f776aaf1" + }, { "ImportPath": "golang.org/x/net", "Rev": "cdfb69ac37fc" @@ -256,12 +300,24 @@ }, { "ImportPath": "golang.org/x/tools", - "Rev": "6c7e314b6563" + "Rev": "e65039ee4138" + }, + { + "ImportPath": "google.golang.org/api", + "Rev": "v0.4.0" }, { "ImportPath": "google.golang.org/appengine", "Rev": "v1.5.0" }, + { + "ImportPath": "google.golang.org/genproto", + "Rev": "e7d98fc518a7" + }, + { + "ImportPath": "google.golang.org/grpc", + "Rev": "v1.19.0" + }, { "ImportPath": "gopkg.in/check.v1", "Rev": "788fd7840127" @@ -282,13 +338,17 @@ "ImportPath": "gopkg.in/yaml.v2", "Rev": "v2.2.2" }, + { + "ImportPath": "honnef.co/go/tools", + "Rev": "3f1c8253044a" + }, { "ImportPath": "k8s.io/api", - "Rev": "9f642ccb7a30" + "Rev": "198695d0603e" }, { "ImportPath": "k8s.io/apimachinery", - "Rev": "f378a67c6af3" + "Rev": "4147c925140e" }, { "ImportPath": "k8s.io/gengo", diff --git a/go.mod b/go.mod index 070ada6d..25d969a2 100644 --- a/go.mod +++ b/go.mod @@ -26,8 +26,8 @@ require ( golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 golang.org/x/time v0.0.0-20181108054448-85acf8d2951c google.golang.org/appengine v1.5.0 // indirect - k8s.io/api v0.0.0 - k8s.io/apimachinery v0.0.0 + k8s.io/api v0.0.0-20190828114745-198695d0603e + k8s.io/apimachinery v0.0.0-20190828114620-4147c925140e k8s.io/klog v0.4.0 k8s.io/utils v0.0.0-20190801114015-581e00157fb1 sigs.k8s.io/yaml v1.1.0 @@ -41,7 +41,6 @@ replace ( golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503 golang.org/x/text => golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db golang.org/x/time => golang.org/x/time v0.0.0-20161028155119-f51c12702a4d - k8s.io/api => ../api - k8s.io/apimachinery => ../apimachinery - k8s.io/client-go => ../client-go + k8s.io/api => k8s.io/api v0.0.0-20190828114745-198695d0603e + k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190828114620-4147c925140e ) diff --git a/go.sum b/go.sum index 02c67f7d..181aa7a8 100644 --- a/go.sum +++ b/go.sum @@ -178,6 +178,8 @@ gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= +k8s.io/api v0.0.0-20190828114745-198695d0603e/go.mod h1:Ik8tfB+q7IZDY6j3l3XfCxTl8s2knJz66H5FNYIj4oI= +k8s.io/apimachinery v0.0.0-20190828114620-4147c925140e/go.mod h1:OOC7vMsHyCzra5xu6r1bRXkXMH76iww9BeHOAAJof4U= k8s.io/gengo v0.0.0-20190128074634-0689ccc1d7d6/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0= k8s.io/klog v0.0.0-20181102134211-b9b56d5dfc92/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk= k8s.io/klog v0.3.0/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk=