diff --git a/CHANGELOG.md b/CHANGELOG.md index ed9bf7a9ceb..14e2d9bc5cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,6 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * [#8563](https://github.com/osmosis-labs/osmosis/pull/8755) [x/concentratedliquidity]: Fix Incorrect Event Emission * [#8765](https://github.com/osmosis-labs/osmosis/pull/8765) fix concurrency issue in go test(x/lockup) * [#8791](https://github.com/osmosis-labs/osmosis/pull/8791) fix: superfluid log for error that should be ignored +* [#8803](https://github.com/osmosis-labs/osmosis/pull/8803) fix: nhooyr.io/websocket dependency (moved permanently) ### State Machine Breaking diff --git a/go.mod b/go.mod index 8373f1b99d0..ee9221cec66 100644 --- a/go.mod +++ b/go.mod @@ -294,6 +294,8 @@ replace ( // replace as directed by sdk upgrading.md https://github.com/cosmos/cosmos-sdk/blob/393de266c8675dc16cc037c1a15011b1e990975f/UPGRADING.md?plain=1#L713 github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 + nhooyr.io/websocket => github.com/coder/websocket v1.8.10 + // // Local replaces commented for development // github.com/osmosis-labs/osmosis/osmomath => ./osmomath // github.com/osmosis-labs/osmosis/osmoutils => ./osmoutils