From cb65466dca68a71e4014fe0f39c5821a9b4504eb Mon Sep 17 00:00:00 2001 From: Matthieu Vachon Date: Thu, 27 May 2021 11:46:12 -0400 Subject: [PATCH] Removed private dependency pulled in by mistake (go mod tidy does not work) --- go.mod | 1 - go.sum | 1 - 2 files changed, 2 deletions(-) diff --git a/go.mod b/go.mod index c2f25812..6dc5bcfc 100644 --- a/go.mod +++ b/go.mod @@ -53,7 +53,6 @@ require ( github.com/dustin/go-humanize v1.0.0 github.com/eoscanada/eos-go v0.9.1-0.20210222170049-21697b8969f6 github.com/eoscanada/eosc v1.4.0 - github.com/eoscanada/jsonpb v0.0.0-20190926194323-1de8191ec406 // indirect github.com/eoscanada/pitreos v1.1.1-0.20200721154110-fb345999fa39 github.com/francoispqt/gojay v1.2.13 github.com/gavv/httpexpect/v2 v2.0.3 diff --git a/go.sum b/go.sum index 514068b5..a5bd5c94 100644 --- a/go.sum +++ b/go.sum @@ -472,7 +472,6 @@ github.com/eoscanada/eos-go v0.9.1-0.20210222170049-21697b8969f6 h1:ZcY0wchKkZo6 github.com/eoscanada/eos-go v0.9.1-0.20210222170049-21697b8969f6/go.mod h1:6rqBwgLY59dZN1xqoA8SoHDal0gpNvh1L1Qa3ib8QsY= github.com/eoscanada/eosc v1.4.0 h1:wqlRNjrKFwX9Y30sgJfgdNxLol2WuEstYP30wr6jyoc= github.com/eoscanada/eosc v1.4.0/go.mod h1:0I+yYzRUTbIMgQsBjBYyNdE5idtbUMMkUQM4fN5A3P4= -github.com/eoscanada/jsonpb v0.0.0-20190926194323-1de8191ec406/go.mod h1:nPQnthu2ksW1Ax+VaREuiyBgoML2UL1TG/YueXp5i9U= github.com/eoscanada/pitreos v1.1.1-0.20200721154110-fb345999fa39 h1:JQ7Gc43VO/HJb/mNc9otItimhUi5nGKH7ZvINbidcyg= github.com/eoscanada/pitreos v1.1.1-0.20200721154110-fb345999fa39/go.mod h1:s+wqQ06P9Micmjx1ejirBXVxVNiYXfZROIgQeBsAneI= github.com/ethereum/go-ethereum v1.9.9/go.mod h1:a9TqabFudpDu1nucId+k9S8R9whYaHnGBLKFouA5EAo=