Skip to content

Commit 876ba6e

Browse files
committed
feat(framework): update contract
1 parent c9eca0b commit 876ba6e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

framework/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/rabbitmq/amqp091-go v1.10.0
1313
github.com/redis/go-redis/v9 v9.17.2
1414
github.com/stretchr/testify v1.11.1
15-
github.com/studiolambda/cosmos/contract v0.7.0
15+
github.com/studiolambda/cosmos/contract v0.8.0
1616
github.com/studiolambda/cosmos/problem v0.2.0
1717
github.com/studiolambda/cosmos/router v0.2.0
1818
golang.org/x/crypto v0.46.0

framework/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
6060
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
6161
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
6262
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
63-
github.com/studiolambda/cosmos/contract v0.7.0 h1:U68wBSd0hN4UvNsBoDrq1b4XRo6qX445z8uiXXm9pQg=
64-
github.com/studiolambda/cosmos/contract v0.7.0/go.mod h1:JAQGO3bvJkVc53nxPBEf/l9tpf+GR0EPpBTBkThb+mE=
63+
github.com/studiolambda/cosmos/contract v0.8.0 h1:KhFueoA318oxxwV5XfXqjcGF5TYOClogObOVpJPaT2A=
64+
github.com/studiolambda/cosmos/contract v0.8.0/go.mod h1:z7A7vggi5AJFUHbkwMWz5XFB91bugatFeUDLPDQ6wl0=
6565
github.com/studiolambda/cosmos/problem v0.2.0 h1:TgGSrxwmCuZfOoMJaXkQVnuGxLvHyRddZYcsuCBsZ2o=
6666
github.com/studiolambda/cosmos/problem v0.2.0/go.mod h1:JUlbThLa0CVpO+E3xfKBgxSQA7FLQ6gyvdwXgcKreb4=
6767
github.com/studiolambda/cosmos/router v0.2.0 h1:9DBSJmG0omts/lD58NKLolQ14O7jlwVBCikBeKSFYlk=

0 commit comments

Comments
 (0)