From 7b58b11923ad2ee03be06bd107dac83ec408700e Mon Sep 17 00:00:00 2001 From: Antoine Mercadal Date: Wed, 4 Sep 2019 10:39:30 -0700 Subject: [PATCH] mod: update --- go.mod | 4 +--- go.sum | 4 ++++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index d66d120..a57628e 100644 --- a/go.mod +++ b/go.mod @@ -2,15 +2,13 @@ module go.aporeto.io/elemental go 1.12 -exclude github.com/ugorji/go/codec v1.1.5-pre - require ( github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195 github.com/gofrs/uuid v3.2.0+incompatible github.com/mitchellh/copystructure v1.0.0 github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a github.com/spf13/viper v1.4.0 - github.com/ugorji/go v1.1.4 + github.com/ugorji/go/codec v1.1.7 go.aporeto.io/regolithe v1.43.0 go.uber.org/zap v1.10.0 golang.org/x/sync v0.0.0-20190423024810-112230192c58 diff --git a/go.sum b/go.sum index 82e73ba..240445c 100644 --- a/go.sum +++ b/go.sum @@ -160,7 +160,11 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4 h1:j4s+tAvLfL3bZyefP2SEWmhBzmuIlH/eqNuPdFPgngw= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= +github.com/ugorji/go v1.1.7 h1:/68gy2h+1mWMrwZFeD1kQialdSzAb432dtpeJ42ovdo= +github.com/ugorji/go v1.1.7/go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVMw= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= +github.com/ugorji/go/codec v1.1.7 h1:2SvQaVZ1ouYrrKKwoSk2pzd4A9evlKJb9oTL+OaLUSs= +github.com/ugorji/go/codec v1.1.7/go.mod h1:Ax+UKWsSmolVDwsd+7N3ZtXu+yMGCf907BLYF3GoBXY= github.com/xanzy/ssh-agent v0.2.1 h1:TCbipTQL2JiiCprBWx9frJ2eJlCYT00NmctrHxVAr70= github.com/xanzy/ssh-agent v0.2.1/go.mod h1:mLlQY/MoOhWBj+gOGMQkOeiEvkx+8pJSI+0Bx9h2kr4= github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c=