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>
This commit is contained in:
parent
167d50a9fa
commit
a7089d84a3
|
@ -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
|
Loading…
Reference in New Issue