Skip to content

Commit

Permalink
go: Bump cometbft to v0.37.2-oasis1
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Jul 6, 2023
1 parent 97624bb commit 5d257bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changelog/5306.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
go: Bump cometbft to v0.37.2-oasis1
2 changes: 1 addition & 1 deletion go/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/oasisprotocol/oasis-core/go

replace (
github.com/cometbft/cometbft => github.com/oasisprotocol/cometbft v0.37.1-oasis1
github.com/cometbft/cometbft => github.com/oasisprotocol/cometbft v0.37.2-oasis1

// v1.5.0 has broken uint parsing, use my commit with fixes instead until
// the maintainers merge my PR: https://github.com/spf13/cast/pull/144
Expand Down
4 changes: 2 additions & 2 deletions go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,8 @@ github.com/nxadm/tail v1.4.4 h1:DQuhQpB1tVlglWS2hLQ5OV6B5r8aGxSrPc5Qo6uTN78=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/oasisprotocol/cast v0.0.0-20220606122631-eba453e69641 h1:8vZBx878kg60Z2+Amkw8vIpRcbfaAgGn59faqNZtzYw=
github.com/oasisprotocol/cast v0.0.0-20220606122631-eba453e69641/go.mod h1:SpXXQ5YoyJw6s3/6cMTQuxvgRl3PCJiyaX9p6b155UU=
github.com/oasisprotocol/cometbft v0.37.1-oasis1 h1:ar2+4qwbJE7CDCZ0pvw6mjEP4g0kKLNRMMemSrqqV7M=
github.com/oasisprotocol/cometbft v0.37.1-oasis1/go.mod h1:w7GZmT0jJ/i9Uz9ZWtzE3chuNZ3phUboSrFzPZIoYts=
github.com/oasisprotocol/cometbft v0.37.2-oasis1 h1:7yr/5f0vV1bQLKoZHFhs3mcHay3nLKT9m8bVIJAgdMU=
github.com/oasisprotocol/cometbft v0.37.2-oasis1/go.mod h1:w7GZmT0jJ/i9Uz9ZWtzE3chuNZ3phUboSrFzPZIoYts=
github.com/oasisprotocol/curve25519-voi v0.0.0-20230110094441-db37f07504ce h1:/pEpMk55wH0X+E5zedGEMOdLuWmV8P4+4W3+LZaM6kg=
github.com/oasisprotocol/curve25519-voi v0.0.0-20230110094441-db37f07504ce/go.mod h1:hVoHR2EVESiICEMbg137etN/Lx+lSrHPTD39Z/uE+2s=
github.com/oasisprotocol/deoxysii v0.0.0-20220228165953-2091330c22b7 h1:1102pQc2SEPp5+xrS26wEaeb26sZy6k9/ZXlZN+eXE4=
Expand Down

0 comments on commit 5d257bd

Please sign in to comment.