diff --git a/devenv/go.mod b/devenv/go.mod index ac88b4d52e..c4677eb702 100644 --- a/devenv/go.mod +++ b/devenv/go.mod @@ -441,4 +441,5 @@ replace github.com/fbsobreira/gotron-sdk => github.com/smartcontractkit/chainlin replace ( github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 github.com/prometheus/common => github.com/prometheus/common v0.62.0 + github.com/ugorji/go => github.com/ugorji/go/codec v1.2.12 )