File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
GOARCH : amd64
33
33
GOPROXY : https://proxy.golang.org
34
34
DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/master/install/install.sh
35
- DAPR_CLI_REF : ${{ github.event.inputs.daprcli_commit }}
35
+ DAPR_CLI_REF : 8bf3a1605f7b2ecfa7d4633ce4c5de13cdb65c5e
36
36
DAPR_REF : c86a77f6db5fb9f294f39d096ff0d9a053e55982
37
37
CHECKOUT_REPO : ${{ github.repository }}
38
38
CHECKOUT_REF : ${{ github.ref }}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require (
18
18
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
19
19
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
20
20
github.com/cespare/xxhash/v2 v2.3.0 // indirect
21
- github.com/dapr/dapr v1.14.3 -0.20241104205526-334ae9eea43d // indirect
21
+ github.com/dapr/dapr v1.14.5 -0.20241120233620-c86a77f6db5f // indirect
22
22
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
23
23
github.com/go-chi/chi/v5 v5.1.0 // indirect
24
24
github.com/go-logr/logr v1.4.2 // indirect
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyY
7
7
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs =
8
8
github.com/cespare/xxhash/v2 v2.3.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
9
9
github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
10
- github.com/dapr/dapr v1.14.3 -0.20241104205526-334ae9eea43d h1:0mkhz/uwGP+FE7EkMpnFZATnCshQY/9z3yHLnp+j9Ts =
11
- github.com/dapr/dapr v1.14.3 -0.20241104205526-334ae9eea43d /go.mod h1:/G9Z/yj9eQQlZSh14X4WQyF/KyzlQfxZqk2ut3LfqhM =
10
+ github.com/dapr/dapr v1.14.5 -0.20241120233620-c86a77f6db5f h1:wXPHK2o5FIABU5BvKk/21MN6GKaoUvWc7fESH/hwVls =
11
+ github.com/dapr/dapr v1.14.5 -0.20241120233620-c86a77f6db5f /go.mod h1:WlsLcudco11+BhaIvg2XyGxD+2GcZf8OTOawd94dAQs =
12
12
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
13
13
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM =
14
14
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
You can’t perform that action at this time.
0 commit comments