Skip to content

Commit

Permalink
Removed private dependency pulled in by mistake (go mod tidy does not…
Browse files Browse the repository at this point in the history
… work)
  • Loading branch information
Matthieu Vachon committed May 27, 2021
1 parent 381f778 commit cb65466
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit cb65466

Please sign in to comment.