Skip to content

Commit

Permalink
deps: Update chain-custom-types to v1.0.6 (#1599)
Browse files Browse the repository at this point in the history
* deps: Update chain-custom-types to v1.0.6

* deps: Update gsrpc to v4.0.14
  • Loading branch information
cdamian authored Jun 26, 2023
1 parent 3542d0d commit 40d10db
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 @@ -6,8 +6,8 @@ require (
github.com/ChainSafe/go-schnorrkel v1.0.0
github.com/Masterminds/semver v1.5.0
github.com/centrifuge/centrifuge-protobufs v1.0.0
github.com/centrifuge/chain-custom-types v1.0.5
github.com/centrifuge/go-substrate-rpc-client/v4 v4.0.13
github.com/centrifuge/chain-custom-types v1.0.6
github.com/centrifuge/go-substrate-rpc-client/v4 v4.0.14
github.com/centrifuge/gocelery/v2 v2.0.0-20221101190423-3b07af1b49a6
github.com/centrifuge/precise-proofs v1.0.0
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 @@ -126,12 +126,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 v1.0.0 h1:ZPg0XpkTrGrjQu8scXjMGs7jjqsWPiXmOXdV/bz30ng=
github.com/centrifuge/centrifuge-protobufs v1.0.0/go.mod h1:VL6mcnK6vTRiFljHP39J0WBI3Uu5BHQjhdFkCxY9/9I=
github.com/centrifuge/chain-custom-types v1.0.5 h1:xsCHks+f4Rp7YX9T7HR4KNgSjecdVKFXtl/a7cklPbU=
github.com/centrifuge/chain-custom-types v1.0.5/go.mod h1:kSUJ3O83vaLutJIiaEfqwn3lfTaisn/G/baS8WrycTg=
github.com/centrifuge/chain-custom-types v1.0.6 h1:neLfgmV5O6Bpcsy9spTdMtGAjA0lwfUKlOZpbjbC1NI=
github.com/centrifuge/chain-custom-types v1.0.6/go.mod h1:kSUJ3O83vaLutJIiaEfqwn3lfTaisn/G/baS8WrycTg=
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.13 h1:U4DvCQdYgTXSRtSbW/cPxKr45KiRqq3xWoImd8n/wj8=
github.com/centrifuge/go-substrate-rpc-client/v4 v4.0.13/go.mod h1:szA5wf9suAIcNg/1S3rGeFITHqrnqH5TC6b+O0SEQ94=
github.com/centrifuge/go-substrate-rpc-client/v4 v4.0.14 h1:eO3rscaPMsWTlB86mcIekJVyWrfJ4/PCvBcq+3xabD4=
github.com/centrifuge/go-substrate-rpc-client/v4 v4.0.14/go.mod h1:szA5wf9suAIcNg/1S3rGeFITHqrnqH5TC6b+O0SEQ94=
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 v1.0.0 h1:hcXSK2d5aPEZUa09p+aoyw9ofKI6Twip+UMIx+sJKYc=
Expand Down

0 comments on commit 40d10db

Please sign in to comment.