Skip to content

Commit

Permalink
fix: zilliq sdk protobuf conflict (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
renlulu authored Jan 28, 2022
1 parent cbad4f4 commit 166b7f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (
github.com/pborman/uuid v1.2.0
github.com/pkg/errors v0.9.1
github.com/polynetwork/poly-io-test v0.0.0-20200819093740-8cf514b07750
github.com/renlulu/gozilliqa-sdklegacy v0.0.0-20210926114807-88a08c5ab803
github.com/renlulu/gozilliqa-sdklegacy v0.0.0-20220127085552-852a2675dc93
github.com/starcoinorg/starcoin-go v0.0.0-20220105024102-530daedc128b
github.com/stretchr/testify v1.7.0
github.com/switcheo/tendermint v0.34.14-2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -655,8 +655,8 @@ github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40T
github.com/rakyll/statik v0.1.6/go.mod h1:OEi9wJV/fMUAGx1eNjq75DKDsJVuEv1U0oYdX6GX8Zs=
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
github.com/renlulu/gozilliqa-sdklegacy v0.0.0-20210926114807-88a08c5ab803 h1:IRlxA6Ii+xclKSSzZ2iiTDLbh4y48boQS+0VDS8tXNo=
github.com/renlulu/gozilliqa-sdklegacy v0.0.0-20210926114807-88a08c5ab803/go.mod h1:G1F6zA775maiVm3UlsGYB/YKwFu2jGZfVYzUqqi7dHg=
github.com/renlulu/gozilliqa-sdklegacy v0.0.0-20220127085552-852a2675dc93 h1:xqYaTMMI8OI1P3JhB6PXaU7po0lzMuBb6Wa4GbNW2lc=
github.com/renlulu/gozilliqa-sdklegacy v0.0.0-20220127085552-852a2675dc93/go.mod h1:G1F6zA775maiVm3UlsGYB/YKwFu2jGZfVYzUqqi7dHg=
github.com/rjeczalik/notify v0.9.1 h1:CLCKso/QK1snAlnhNR/CNvNiFU2saUtjV0bx3EwNeCE=
github.com/rjeczalik/notify v0.9.1/go.mod h1:rKwnCoCGeuQnwBtTSPL9Dad03Vh2n40ePRrjvIXnJho=
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
Expand Down

0 comments on commit 166b7f1

Please sign in to comment.