diff options
author | 2017-11-05 00:24:40 -0700 | |
---|---|---|
committer | 2017-11-05 07:24:40 +0000 | |
commit | c6ce769fc64f00d1fd0d34914a9bb5f4de2f7c2c (patch) | |
tree | c80310df43dd8d1d572b2ef3e678f55ed715e109 /Gopkg.lock | |
parent | 246d896eddc9ad5d611271b40c0f247184478c47 (diff) | |
download | coredns-c6ce769fc64f00d1fd0d34914a9bb5f4de2f7c2c.tar.gz coredns-c6ce769fc64f00d1fd0d34914a9bb5f4de2f7c2c.tar.zst coredns-c6ce769fc64f00d1fd0d34914a9bb5f4de2f7c2c.zip |
Fix version for apimachinery and ugorji/go in Gopkg.toml (#1203)
This fix is an attempt to fix the issue raised #1192.
The issue that a plain `dep -ensure update` fails is because
the incompatibility of ugorji/go with the rest of packages (etcd, k8s etc)
and the incompatibility of client-go vs. apimachinery.
This fix fixed apimachinery and ugorji/go so that it is possible
to use `dep -ensure update`.
Previously updates has to be done individually, e.g.,
`dep -ensure update github.com/coreos/etcd`
This fix fixes #1192.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'Gopkg.lock')
-rw-r--r-- | Gopkg.lock | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Gopkg.lock b/Gopkg.lock index ea1fac205..fbd35d59a 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -287,7 +287,7 @@ branch = "master" name = "github.com/prometheus/common" packages = ["expfmt","internal/bitbucket.org/ww/goautoneg","model"] - revision = "1bab55dd05dbff384524a6a1c99006d9eb5f139b" + revision = "e3fb1a1acd7605367a2b378bc2e2f893c05174b7" [[projects]] branch = "master" @@ -308,7 +308,6 @@ version = "v1.0.0" [[projects]] - branch = "master" name = "github.com/ugorji/go" packages = ["codec"] revision = "8c0409fcbb70099c748d71f714529204975f6c3f" @@ -323,7 +322,7 @@ branch = "master" name = "golang.org/x/sys" packages = ["unix","windows"] - revision = "46eaec7899b1dd945c25db17c78ba3f0c58a6613" + revision = "4fe5d7925040acd225bf9c7cee65e82d07f06bff" [[projects]] branch = "master" @@ -340,8 +339,8 @@ [[projects]] name = "google.golang.org/grpc" packages = [".","balancer","codes","connectivity","credentials","grpclb/grpc_lb_v1/messages","grpclog","internal","keepalive","metadata","naming","peer","resolver","stats","status","tap","transport"] - revision = "61d37c5d657a47e4404fd6823bd598341a2595de" - version = "v1.7.1" + revision = "5ffe3083946d5603a0578721101dc8165b1d5b5f" + version = "v1.7.2" [[projects]] name = "gopkg.in/inf.v0" @@ -375,6 +374,6 @@ [solve-meta] analyzer-name = "dep" analyzer-version = 1 - inputs-digest = "916c5fe7d9ce3a19d3956068cae5daf94be1269ae86400dfed36308fbd88a539" + inputs-digest = "9e6593b26c8f9a3841e988e46627fa440748742be455c2523b66b01501796ca4" solver-name = "gps-cdcl" solver-version = 1 |