Skip to content

Commit

Permalink
Update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
learnforpractice committed Jul 22, 2022
1 parent 4a71562 commit 8cf9875
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/testdebugging/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
4 changes: 4 additions & 0 deletions tests/testdebugging/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 8cf9875

Please sign in to comment.