diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-01-08 14:09:47 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-01-10 15:48:09 -0500 |
commit | a7089d84a31cfea6d5d12f154840f3c506f1cf47 (patch) | |
tree | 2ca74a6b45169a3bc1e81ce186b20e2293ce450b | |
parent | 167d50a9fa7bd9e7b3bcd344c8ea519ae98565bf (diff) | |
download | podman-a7089d84a31cfea6d5d12f154840f3c506f1cf47.tar.gz podman-a7089d84a31cfea6d5d12f154840f3c506f1cf47.tar.bz2 podman-a7089d84a31cfea6d5d12f154840f3c506f1cf47.zip |
Update vendor.conf for jsoniter vendor changes
The vndr tool isn't updating vendor.conf so do it manually.
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
-rw-r--r-- | vendor.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vendor.conf b/vendor.conf index 2f2a17639..c2700c82c 100644 --- a/vendor.conf +++ b/vendor.conf @@ -41,7 +41,7 @@ github.com/hashicorp/errwrap 7554cd9344cec97297fa6649b055a8c98c2a1e55 github.com/hashicorp/go-multierror 83588e72410abfbe4df460eeb6f30841ae47d4c4 github.com/hashicorp/golang-lru 0a025b7e63adc15a622f29b0b2c4c3848243bbf6 github.com/imdario/mergo 0.2.2 -github.com/json-iterator/go 1.0.0 +github.com/json-iterator/go 1.1.5 github.com/kr/pty v1.0.0 github.com/mattn/go-runewidth v0.0.1 github.com/mistifyio/go-zfs v2.1.1 @@ -103,3 +103,5 @@ github.com/pkg/profile v1.2.1 github.com/klauspost/pgzip v1.2.1 github.com/klauspost/compress v1.4.1 github.com/klauspost/cpuid v1.2.0 +github.com/modern-go/reflect2 1.0.1 +github.com/modern-go/concurrent 1.0.3
\ No newline at end of file |