Skip to content

Commit

Permalink
pin contrib v1.9.0-rc.4 (dapr#5343)
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>

Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Rate limit · GitHub

Whoa there!

You have triggered an abuse detection mechanism.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

berndverst authored Oct 12, 2022
1 parent c1e51eb commit 01ea978
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ require (
github.com/PuerkitoBio/purell v1.1.1
github.com/agrea/ptr v0.0.0-20180711073057-77a518d99b7b
github.com/cenkalti/backoff/v4 v4.1.3
github.com/dapr/components-contrib v1.9.0-rc.3
github.com/dapr/components-contrib v1.9.0-rc.4
github.com/dapr/kit v0.0.3-0.20220930182601-272e358ba6a7
github.com/fasthttp/router v1.4.12
github.com/fsnotify/fsnotify v1.5.4
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -593,8 +593,8 @@ github.com/danieljoos/wincred v1.0.2/go.mod h1:SnuYRW9lp1oJrZX/dXJqr0cPK5gYXqx3E
github.com/danieljoos/wincred v1.1.0/go.mod h1:XYlo+eRTsVA9aHGp7NGjFkPla4m+DCL7hqDjlFjiygg=
github.com/danieljoos/wincred v1.1.2 h1:QLdCxFs1/Yl4zduvBdcHB8goaYk9RARS2SgLLRuAyr0=
github.com/danieljoos/wincred v1.1.2/go.mod h1:GijpziifJoIBfYh+S7BbkdUTU4LfM+QnGqR5Vl2tAx0=
github.com/dapr/components-contrib v1.9.0-rc.3 h1:FlZC7N1b7/eD5BEk8LiArPYVZon2x1+VT573dwOUze8=
github.com/dapr/components-contrib v1.9.0-rc.3/go.mod h1:ftVthBjl0e5G61J5XKkZKEjU/TGE0gNT9fJCNAdUjU8=
github.com/dapr/components-contrib v1.9.0-rc.4 h1:d9XElnSyFDeNCx/4su5EdGsRj3wrPhJP7qo+ceqN+Ys=
github.com/dapr/components-contrib v1.9.0-rc.4/go.mod h1:ftVthBjl0e5G61J5XKkZKEjU/TGE0gNT9fJCNAdUjU8=
github.com/dapr/kit v0.0.3-0.20220930182601-272e358ba6a7 h1:XDb+PwAOxbVNvLxkmwPgKlH5ltYlDdz/GcEDMe8RJxE=
github.com/dapr/kit v0.0.3-0.20220930182601-272e358ba6a7/go.mod h1:FR+yc0R0szlKnJooVqJvl7FhWf21wzY4/EzmyFQrESw=
github.com/dave/jennifer v1.4.0/go.mod h1:fIb+770HOpJ2fmN9EPPKOqm1vMGhB+TwXKMZhrIygKg=
2 changes: 1 addition & 1 deletion tests/apps/pluggable_kafka-bindings/go.mod
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ replace github.com/dapr/dapr => ../../../

require (
github.com/dapr-sandbox/components-go-sdk v0.0.0-20220928114348-32097c6273eb
github.com/dapr/components-contrib v1.9.0-rc.3
github.com/dapr/components-contrib v1.9.0-rc.4
github.com/dapr/kit v0.0.3-0.20220930182601-272e358ba6a7
)

4 changes: 2 additions & 2 deletions tests/apps/pluggable_kafka-bindings/go.sum
Original file line number Diff line number Diff line change
@@ -56,8 +56,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:ma
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/dapr-sandbox/components-go-sdk v0.0.0-20220928114348-32097c6273eb h1:N35TA4ra10ZTCk66IiP2jCUcH8HKnN78MGyuO/64Gn0=
github.com/dapr-sandbox/components-go-sdk v0.0.0-20220928114348-32097c6273eb/go.mod h1:ybLpIBlVHbHt17ovO+19PyC4iIHGbuSstX1XPvHRYLo=
github.com/dapr/components-contrib v1.9.0-rc.3 h1:FlZC7N1b7/eD5BEk8LiArPYVZon2x1+VT573dwOUze8=
github.com/dapr/components-contrib v1.9.0-rc.3/go.mod h1:ftVthBjl0e5G61J5XKkZKEjU/TGE0gNT9fJCNAdUjU8=
github.com/dapr/components-contrib v1.9.0-rc.4 h1:d9XElnSyFDeNCx/4su5EdGsRj3wrPhJP7qo+ceqN+Ys=
github.com/dapr/components-contrib v1.9.0-rc.4/go.mod h1:ftVthBjl0e5G61J5XKkZKEjU/TGE0gNT9fJCNAdUjU8=
github.com/dapr/kit v0.0.3-0.20220930182601-272e358ba6a7 h1:XDb+PwAOxbVNvLxkmwPgKlH5ltYlDdz/GcEDMe8RJxE=
github.com/dapr/kit v0.0.3-0.20220930182601-272e358ba6a7/go.mod h1:FR+yc0R0szlKnJooVqJvl7FhWf21wzY4/EzmyFQrESw=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
2 changes: 1 addition & 1 deletion tests/apps/pluggable_redis-pubsub/go.mod
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ replace github.com/dapr/dapr => ../../../

require (
github.com/dapr-sandbox/components-go-sdk v0.0.0-20220928114348-32097c6273eb
github.com/dapr/components-contrib v1.9.0-rc.3
github.com/dapr/components-contrib v1.9.0-rc.4
github.com/dapr/kit v0.0.3-0.20220930182601-272e358ba6a7
)

4 changes: 2 additions & 2 deletions tests/apps/pluggable_redis-pubsub/go.sum
Original file line number Diff line number Diff line change
@@ -15,8 +15,8 @@ github.com/cncf/xds/go v0.0.0-20211001041855-01bcc9b48dfe/go.mod h1:eXthEFrGJvWH
github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=
github.com/dapr-sandbox/components-go-sdk v0.0.0-20220928114348-32097c6273eb h1:N35TA4ra10ZTCk66IiP2jCUcH8HKnN78MGyuO/64Gn0=
github.com/dapr-sandbox/components-go-sdk v0.0.0-20220928114348-32097c6273eb/go.mod h1:ybLpIBlVHbHt17ovO+19PyC4iIHGbuSstX1XPvHRYLo=
github.com/dapr/components-contrib v1.9.0-rc.3 h1:FlZC7N1b7/eD5BEk8LiArPYVZon2x1+VT573dwOUze8=
github.com/dapr/components-contrib v1.9.0-rc.3/go.mod h1:ftVthBjl0e5G61J5XKkZKEjU/TGE0gNT9fJCNAdUjU8=
github.com/dapr/components-contrib v1.9.0-rc.4 h1:d9XElnSyFDeNCx/4su5EdGsRj3wrPhJP7qo+ceqN+Ys=
github.com/dapr/components-contrib v1.9.0-rc.4/go.mod h1:ftVthBjl0e5G61J5XKkZKEjU/TGE0gNT9fJCNAdUjU8=
github.com/dapr/kit v0.0.3-0.20220930182601-272e358ba6a7 h1:XDb+PwAOxbVNvLxkmwPgKlH5ltYlDdz/GcEDMe8RJxE=
github.com/dapr/kit v0.0.3-0.20220930182601-272e358ba6a7/go.mod h1:FR+yc0R0szlKnJooVqJvl7FhWf21wzY4/EzmyFQrESw=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
2 changes: 1 addition & 1 deletion tests/apps/pluggable_redis-statestore/go.mod
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ replace github.com/dapr/dapr => ../../../

require (
github.com/dapr-sandbox/components-go-sdk v0.0.0-20220928114348-32097c6273eb
github.com/dapr/components-contrib v1.9.0-rc.3
github.com/dapr/components-contrib v1.9.0-rc.4
github.com/dapr/kit v0.0.3-0.20220930182601-272e358ba6a7
)

4 changes: 2 additions & 2 deletions tests/apps/pluggable_redis-statestore/go.sum
Original file line number Diff line number Diff line change
@@ -19,8 +19,8 @@ github.com/cncf/xds/go v0.0.0-20211001041855-01bcc9b48dfe/go.mod h1:eXthEFrGJvWH
github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=
github.com/dapr-sandbox/components-go-sdk v0.0.0-20220928114348-32097c6273eb h1:N35TA4ra10ZTCk66IiP2jCUcH8HKnN78MGyuO/64Gn0=
github.com/dapr-sandbox/components-go-sdk v0.0.0-20220928114348-32097c6273eb/go.mod h1:ybLpIBlVHbHt17ovO+19PyC4iIHGbuSstX1XPvHRYLo=
github.com/dapr/components-contrib v1.9.0-rc.3 h1:FlZC7N1b7/eD5BEk8LiArPYVZon2x1+VT573dwOUze8=
github.com/dapr/components-contrib v1.9.0-rc.3/go.mod h1:ftVthBjl0e5G61J5XKkZKEjU/TGE0gNT9fJCNAdUjU8=
github.com/dapr/components-contrib v1.9.0-rc.4 h1:d9XElnSyFDeNCx/4su5EdGsRj3wrPhJP7qo+ceqN+Ys=
github.com/dapr/components-contrib v1.9.0-rc.4/go.mod h1:ftVthBjl0e5G61J5XKkZKEjU/TGE0gNT9fJCNAdUjU8=
github.com/dapr/kit v0.0.3-0.20220930182601-272e358ba6a7 h1:XDb+PwAOxbVNvLxkmwPgKlH5ltYlDdz/GcEDMe8RJxE=
github.com/dapr/kit v0.0.3-0.20220930182601-272e358ba6a7/go.mod h1:FR+yc0R0szlKnJooVqJvl7FhWf21wzY4/EzmyFQrESw=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 comments on commit 01ea978

Please sign in to comment.