diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-01-08 13:47:51 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-01-10 15:48:09 -0500 |
commit | 07f3b147f1619b234cad0fda3d7556c1f05e7f11 (patch) | |
tree | b50e4e5e7ddffc0010df82b0c09e6d25b336a7a0 /vendor.conf | |
parent | 36d96c19f947aeac2675afe64a3b482e54f9e4c4 (diff) | |
download | podman-07f3b147f1619b234cad0fda3d7556c1f05e7f11.tar.gz podman-07f3b147f1619b234cad0fda3d7556c1f05e7f11.tar.bz2 podman-07f3b147f1619b234cad0fda3d7556c1f05e7f11.zip |
Remove easyjson in preparation for switch to jsoniter
The jsoniter library does not require code generation, which is a
massive advantage over easyjson (it's also about the same in
performance). Begin moving over to it by removing the existing
easyjson code.
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'vendor.conf')
-rw-r--r-- | vendor.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor.conf b/vendor.conf index 18283cae6..2f2a17639 100644 --- a/vendor.conf +++ b/vendor.conf @@ -97,7 +97,6 @@ github.com/Nvveen/Gotty master github.com/fsouza/go-dockerclient master github.com/openshift/imagebuilder master github.com/ulikunitz/xz v0.5.4 -github.com/mailru/easyjson 03f2033d19d5860aef995fe360ac7d395cd8ce65 github.com/coreos/go-iptables 25d087f3cffd9aedc0c2b7eff25f23cbf3c20fe1 github.com/google/shlex c34317bd91bf98fab745d77b03933cf8769299fe github.com/pkg/profile v1.2.1 |