Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: support dapr state api #377

Merged
merged 11 commits into from
Jan 13, 2022
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require (
github.com/agrea/ptr v0.0.0-20180711073057-77a518d99b7b
github.com/alicebob/miniredis/v2 v2.16.0
github.com/dapr/components-contrib v1.5.1-rc.1
github.com/dapr/dapr v1.5.1
seeflood marked this conversation as resolved.
Show resolved Hide resolved
github.com/dapr/kit v0.0.2-0.20210614175626-b9074b64d233
github.com/fsnotify/fsnotify v1.4.9
github.com/gammazero/workerpool v1.1.2
Expand Down Expand Up @@ -35,6 +36,7 @@ require (

replace (
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.7.0
github.com/google/cel-go => github.com/google/cel-go v0.5.1
github.com/klauspost/compress => github.com/klauspost/compress v1.13.0
mosn.io/layotto/components => ./components
mosn.io/layotto/spec => ./spec
Expand Down
141 changes: 133 additions & 8 deletions go.sum

Large diffs are not rendered by default.

Loading