mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Revendor ugorji/go
To include the following backported fix: https://github.com/kolyshkin/ugorji-go/commit/1cf431c13dec46596 which should fix this: > 13:40:53 vendor/github.com/ugorji/go/codec/gen-helper.generated.go:1: > possible malformed +build comment%!(EXTRA []interface {}=[]) Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
9b0097a699
commit
09921ca33f
2 changed files with 3 additions and 2 deletions
|
@ -57,7 +57,8 @@ github.com/samuel/go-zookeeper d0e0d8e11f318e000a8cc434616d69e329edc374
|
|||
github.com/deckarep/golang-set ef32fa3046d9f249d399f98ebaf9be944430fd1d
|
||||
github.com/coreos/etcd v3.2.1
|
||||
github.com/coreos/go-semver v0.2.0
|
||||
github.com/ugorji/go f1f1a805ed361a0e078bb537e4ea78cd37dcf065
|
||||
# fix for go vet (https://github.com/kolyshkin/ugorji-go/commit/1cf431c13dec46596)
|
||||
github.com/ugorji/go go111 https://github.com/kolyshkin/ugorji-go
|
||||
github.com/hashicorp/consul v0.5.2
|
||||
github.com/boltdb/bolt fff57c100f4dea1905678da7e90d92429dff2904
|
||||
github.com/miekg/dns v1.0.7
|
||||
|
|
2
vendor/github.com/ugorji/go/codec/gen-helper.generated.go
generated
vendored
2
vendor/github.com/ugorji/go/codec/gen-helper.generated.go
generated
vendored
|
@ -1,4 +1,4 @@
|
|||
// //+build ignore
|
||||
/* //+build ignore */
|
||||
|
||||
// Copyright (c) 2012-2015 Ugorji Nwoke. All rights reserved.
|
||||
// Use of this source code is governed by a MIT license found in the LICENSE file.
|
||||
|
|
Loading…
Add table
Reference in a new issue