From 8cf98756cea486d2560b5638da69d8dc2d9767b6 Mon Sep 17 00:00:00 2001 From: learnforpractice Date: Fri, 22 Jul 2022 12:09:43 +0800 Subject: [PATCH] Update go.mod --- tests/testdebugging/go.mod | 6 ++---- tests/testdebugging/go.sum | 4 ++++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/tests/testdebugging/go.mod b/tests/testdebugging/go.mod index 7049c76..d477a0e 100644 --- a/tests/testdebugging/go.mod +++ b/tests/testdebugging/go.mod @@ -2,12 +2,10 @@ module test go 1.17 -require ( - github.com/uuosio/chaintester v0.0.0-20220711072919-951ecab8775b - github.com/uuosio/chain v0.1.14 -) +require github.com/uuosio/chaintester v0.0.0-20220720033226-d528e3affc43 require ( github.com/apache/thrift v0.16.0 // indirect github.com/go-errors/errors v1.4.2 // indirect + github.com/uuosio/chain v0.2.0 // indirect ) diff --git a/tests/testdebugging/go.sum b/tests/testdebugging/go.sum index cebab23..c72b63b 100644 --- a/tests/testdebugging/go.sum +++ b/tests/testdebugging/go.sum @@ -3,6 +3,10 @@ github.com/apache/thrift v0.16.0/go.mod h1:PHK3hniurgQaNMZYaCLEqXKsYK8upmhPbmdP2 github.com/go-errors/errors v1.4.2 h1:J6MZopCL4uSllY1OfXM374weqZFFItUbrImctkmUxIA= github.com/go-errors/errors v1.4.2/go.mod h1:sIVyrIiJhuEF+Pj9Ebtd6P/rEYROXFi3BopGUQ5a5Og= github.com/golang/mock v1.5.0/go.mod h1:CWnOUgYIOo4TcNZ0wHX3YZCqsaM1I1Jvs6v3mP3KVu8= +github.com/uuosio/chain v0.2.0 h1:TYMOUiZQbbySJEylXoIhC19PK5QAX51IyiU6wUBt0EU= +github.com/uuosio/chain v0.2.0/go.mod h1:EfbzsoWKt4c8UFwMCz47sC7+L7iPdO15Egn7eInsjfc= +github.com/uuosio/chaintester v0.0.0-20220720033226-d528e3affc43 h1:kG2B20bN0EaXr7M0nnnmO2tr8kkF2vDBIaXbh9L7s2w= +github.com/uuosio/chaintester v0.0.0-20220720033226-d528e3affc43/go.mod h1:+KdD0RiSkEIdoUKShq+JqoG7ts1fdI4O07hljiudiqg= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=