File tree 3 files changed +4
-4
lines changed
test/declarative/sync-http-variables
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/SkyAPM/go2sky v1.4.1
7
7
github.com/cloudevents/sdk-go/v2 v2.4.1
8
- github.com/dapr/dapr v1.8.1
8
+ github.com/dapr/dapr v1.8.3
9
9
github.com/dapr/go-sdk v1.5.0
10
10
github.com/fatih/structs v1.1.0
11
11
github.com/golang/protobuf v1.5.2
Original file line number Diff line number Diff line change @@ -511,8 +511,8 @@ github.com/danieljoos/wincred v1.1.2/go.mod h1:GijpziifJoIBfYh+S7BbkdUTU4LfM+QnG
511
511
github.com/dapr/components-contrib v1.8.0-rc.6 /go.mod h1:gxrCpaosbI0n3SFW7fKSvJU/ymjryHqrdRgqmsknuno =
512
512
github.com/dapr/components-contrib v1.8.1-rc.1 /go.mod h1:gxrCpaosbI0n3SFW7fKSvJU/ymjryHqrdRgqmsknuno =
513
513
github.com/dapr/dapr v1.8.0 /go.mod h1:yAsDiK5oecG0htw2S8JG9RFaeHJVdlTfZyOrL57AvRM =
514
- github.com/dapr/dapr v1.8.1 h1:vRnPmIfaKmk9gbRP7IQF1beZfRK37D26iMtNOqhxl04 =
515
- github.com/dapr/dapr v1.8.1 /go.mod h1:wg91Q7q3OhZ3I+HLoZGCieAGygoYrUcGsdK6N4wMHVY =
514
+ github.com/dapr/dapr v1.8.3 h1:wAmP8lXeI1OeCnLGi3XT1PokbSaM0/N71ChZhjPdTCw =
515
+ github.com/dapr/dapr v1.8.3 /go.mod h1:/0JyKebxzz0vPwYXc/2qHBXIicUi01HUWnpQ8AiJ0zM =
516
516
github.com/dapr/go-sdk v1.5.0 h1:OVkrupquJEOL1qRtwKcMVrFKYhw4UJQvgOJNduo2VxE =
517
517
github.com/dapr/go-sdk v1.5.0 /go.mod h1:Cvz3taCVu22WCNEUbc9/szvG/yJxWPAV4dcaG+zDWA4 =
518
518
github.com/dapr/kit v0.0.2-0.20210614175626-b9074b64d233 /go.mod h1:y8r0VqUNKyd6xBXp7gQjwA59wlCLGfKzL5J8iJsN09w =
Original file line number Diff line number Diff line change 5
5
- name : install dapr
6
6
command : |
7
7
dapr -v || (wget -q https://raw.githubusercontent.com/dapr/cli/master/install/install.sh -O - | /bin/bash)
8
- dapr init -k --runtime-version 1.8.1 --log-as-json --wait --timeout 600
8
+ dapr init -k --runtime-version 1.8.3 --log-as-json --wait --timeout 600
9
9
wait :
10
10
- namespace : dapr-system
11
11
resource : pod
You can’t perform that action at this time.
0 commit comments