Skip to content

Commit

Permalink
bump gsrpc version (#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikiquantum authored Jan 26, 2023
1 parent 211e73d commit 6f09eac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.18
require (
github.com/Masterminds/semver v1.5.0
github.com/centrifuge/centrifuge-protobufs v0.0.0-20210311165003-6866e980f58c
github.com/centrifuge/chain-custom-types v0.0.0-20220930191018-30c81a036072
github.com/centrifuge/go-substrate-rpc-client/v4 v4.0.8
github.com/centrifuge/chain-custom-types v1.0.1
github.com/centrifuge/go-substrate-rpc-client/v4 v4.0.13-0.20230111181438-6501f611f49f
github.com/centrifuge/gocelery/v2 v2.0.0-20221101190423-3b07af1b49a6
github.com/centrifuge/precise-proofs v0.0.0-20210311192744-14bb51c630b9
github.com/common-nighthawk/go-figure v0.0.0-20200609044655-c4b36f998cf2
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,12 @@ github.com/cenkalti/backoff v2.2.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QH
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/centrifuge/centrifuge-protobufs v0.0.0-20210311165003-6866e980f58c h1:CtKFnAp+8e+G29nHpL2rI2J8y15j0QF5EGmnfAHeCAs=
github.com/centrifuge/centrifuge-protobufs v0.0.0-20210311165003-6866e980f58c/go.mod h1:FKnJMPEGtxkLmEh3Laco2pmrYIOSt+W9wphX2DH8QQM=
github.com/centrifuge/chain-custom-types v0.0.0-20220930191018-30c81a036072 h1:jUx7Z2yMdtCOeV7mVW77FM+dhCnLI5zeOvHhnIPYcTY=
github.com/centrifuge/chain-custom-types v0.0.0-20220930191018-30c81a036072/go.mod h1:hrD9djuAUOJXxV6iYv0Nexw69V/ywk38pTT4waJaakw=
github.com/centrifuge/chain-custom-types v1.0.1 h1:BupYn3o/hpjcAq7+MupyXJ6T1qYAWfqU8mFp3TAGx1s=
github.com/centrifuge/chain-custom-types v1.0.1/go.mod h1:hrD9djuAUOJXxV6iYv0Nexw69V/ywk38pTT4waJaakw=
github.com/centrifuge/go-merkle v0.0.0-20190727075423-0ac78bbbc01b h1:TPvvMcGAc3TVBVgQ4XYYEWTXxYls8YuylZ8JzrVxPzc=
github.com/centrifuge/go-merkle v0.0.0-20190727075423-0ac78bbbc01b/go.mod h1:0voJY6Qzxvr2S0LeDSFQiCnJzGq5gORg2SwCmn8602I=
github.com/centrifuge/go-substrate-rpc-client/v4 v4.0.8 h1:gHLD5S81As9u5DbefLahw1enVO6OdBSS8gBI2R6KNEQ=
github.com/centrifuge/go-substrate-rpc-client/v4 v4.0.8/go.mod h1:5g1oM4Zu3BOaLpsKQ+O8PAv2kNuq+kPcA1VzFbsSqxE=
github.com/centrifuge/go-substrate-rpc-client/v4 v4.0.13-0.20230111181438-6501f611f49f h1:i8xHWS0O2EAXB6Eso8WQ5EZjszHOaeTCNU+6O6edAIY=
github.com/centrifuge/go-substrate-rpc-client/v4 v4.0.13-0.20230111181438-6501f611f49f/go.mod h1:5g1oM4Zu3BOaLpsKQ+O8PAv2kNuq+kPcA1VzFbsSqxE=
github.com/centrifuge/gocelery/v2 v2.0.0-20221101190423-3b07af1b49a6 h1:0/y+LOu+sAnIlXNsvCYmxUY9n6OiCyhT/37KoYKEFSk=
github.com/centrifuge/gocelery/v2 v2.0.0-20221101190423-3b07af1b49a6/go.mod h1:q6PvyLLCu1IQcE2dFv8advWprzY5b5GtZYRU/bH9nWE=
github.com/centrifuge/precise-proofs v0.0.0-20210311192744-14bb51c630b9 h1:AfNyy9AkpnjIp6WIRZLrJO6tq5DCa63OwT8vQRP60e4=
Expand Down

0 comments on commit 6f09eac

Please sign in to comment.