Skip to content

Commit

Permalink
fix(go/sdl): bump go lib version
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian committed Aug 9, 2024
1 parent 7f85866 commit 7d3e39c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go/sdl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/cosmos/cosmos-sdk v0.47.16-ics-lsm
github.com/stretchr/testify v1.9.0
gopkg.in/yaml.v3 v3.0.1
pkg.akt.dev/go v0.0.1-rc5
pkg.akt.dev/go v0.0.1-rc6
)

replace (
Expand Down
4 changes: 2 additions & 2 deletions go/sdl/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -618,8 +618,8 @@ nhooyr.io/websocket v1.8.6 h1:s+C3xAMLwGmlI31Nyn/eAehUlZPwfYZu2JXM621Q5/k=
nhooyr.io/websocket v1.8.6/go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0=
pgregory.net/rapid v0.5.5 h1:jkgx1TjbQPD/feRoK+S/mXw9e1uj6WilpHrXJowi6oA=
pgregory.net/rapid v0.5.5/go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04=
pkg.akt.dev/go v0.0.1-rc5 h1:GxeH+/EacqKxV7lJwWss6P0U5lVIedmTsIDnB0yDa0M=
pkg.akt.dev/go v0.0.1-rc5/go.mod h1:zT4oCfg4GtuicSiH65mmlt3Y7InU3f5KUvFsdLZ7IYs=
pkg.akt.dev/go v0.0.1-rc6 h1:XALrpVAkloA0PfnjOmIfbJVjQhVz96jEMXaTdz4bUww=
pkg.akt.dev/go v0.0.1-rc6/go.mod h1:zT4oCfg4GtuicSiH65mmlt3Y7InU3f5KUvFsdLZ7IYs=
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 h1:150L+0vs/8DA78h1u02ooW1/fFq/Lwr+sGiqlzvrtq4=
Expand Down

0 comments on commit 7d3e39c

Please sign in to comment.