Skip to content

Commit

Permalink
Merge pull request #5387 from oasisprotocol/kostko/fix/upgrade-tests-…
Browse files Browse the repository at this point in the history
…bump
  • Loading branch information
kostko authored Oct 8, 2023
2 parents 553e006 + 2bbc0b6 commit b14f0b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Empty file added .changelog/5387.trivial.md
Empty file.
2 changes: 1 addition & 1 deletion tests/upgrade/post/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ replace (
golang.org/x/crypto/ed25519 => github.com/oasisprotocol/curve25519-voi/primitives/ed25519 v0.0.0-20210505121811-294cf0fbfb43
)

require github.com/oasisprotocol/oasis-core/go v0.2202.1-0.20231005141844-6bbae8f76c0a
require github.com/oasisprotocol/oasis-core/go v0.2202.1-0.20231007081532-553e006f90d6

require (
github.com/a8m/envsubst v1.4.2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions tests/upgrade/post/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,8 @@ github.com/oasisprotocol/cometbft v0.37.2-oasis1 h1:7yr/5f0vV1bQLKoZHFhs3mcHay3n
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/oasis-core/go v0.2202.1-0.20231005141844-6bbae8f76c0a h1:hl64mUz9KwuRF0knsC5bGb/CLk66XSzWkmExii31P5M=
github.com/oasisprotocol/oasis-core/go v0.2202.1-0.20231005141844-6bbae8f76c0a/go.mod h1:lWZtDYY7ziW20hVzqnSt8UQlUkXNHisG3bS6Q3eTsqQ=
github.com/oasisprotocol/oasis-core/go v0.2202.1-0.20231007081532-553e006f90d6 h1:nI4czq/c7ZapUqSJuE/LflHyWLu/LnJN81nOBRmOgLQ=
github.com/oasisprotocol/oasis-core/go v0.2202.1-0.20231007081532-553e006f90d6/go.mod h1:lWZtDYY7ziW20hVzqnSt8UQlUkXNHisG3bS6Q3eTsqQ=
github.com/oasisprotocol/safeopen v0.0.0-20200528085122-e01cfdfc7661 h1:MB73kGMtuMGS+6VDoU/mitzff7Cu+aZo9ta5wabuxVA=
github.com/oasisprotocol/safeopen v0.0.0-20200528085122-e01cfdfc7661/go.mod h1:SwBxaVibf6Sr2IZ6M3WnUue0yp8dPLAo1riQRNQ60+g=
github.com/oklog/run v1.0.0 h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw=
Expand Down

0 comments on commit b14f0b8

Please sign in to comment.