From 2922e4434fc093db33baca1182a455b8a1ef2356 Mon Sep 17 00:00:00 2001 From: Matthew Hardwick Date: Thu, 27 Feb 2020 10:30:37 -0500 Subject: [PATCH] Try fixing go.mod problem from `ugorji/go/codec` https://github.com/ugorji/go/issues/299 https://github.com/ugorji/go/issues/318 https://github.com/ugorji/go/pull/319 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6a7b0a915..7d6bd07ad 100644 --- a/go.mod +++ b/go.mod @@ -26,7 +26,7 @@ require ( github.com/spf13/viper v1.6.2 github.com/stretchr/testify v1.4.0 github.com/tmc/grpc-websocket-proxy v0.0.0-20200122045848-3419fae592fc // indirect - github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect + github.com/ugorji/go/codec v1.1.7 // indirect github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 go.uber.org/zap v1.14.0 // indirect golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect