File tree Expand file tree Collapse file tree 30 files changed +82
-81
lines changed
cryptography/go/sdk/crypto-quickstart Expand file tree Collapse file tree 30 files changed +82
-81
lines changed Original file line number Diff line number Diff line change 1- DAPR_CLI_VERSION : 1.14.0-rc.8
2- DAPR_RUNTIME_VERSION : 1.14.0-rc.11
1+ DAPR_CLI_VERSION : 1.14.0
2+ DAPR_RUNTIME_VERSION : 1.14.1
33DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/v${ DAPR_CLI_VERSION } /install/
44DAPR_DEFAULT_IMAGE_REGISTRY : ghcr
55MACOS_PYTHON_VERSION : 3.10
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ packages
2020** /__pycache__ /
2121** /dist /
2222Debug /
23+ ** _example
2324
2425# IDE generated files and directories
2526* .iml
Original file line number Diff line number Diff line change 11module dapr_output_binding
22
3- go 1.22.5
3+ go 1.22.6
44
55require (
6- github.com/dapr/go-sdk v1.11.0-rc-1
6+ github.com/dapr/go-sdk v1.11.0
77 github.com/gorilla/mux v1.8.1
88)
99
1010require (
11- github.com/dapr/dapr v1.14.0-rc.5 // indirect
11+ github.com/dapr/dapr v1.14.0 // indirect
1212 github.com/google/uuid v1.6.0 // indirect
1313 github.com/kr/pretty v0.3.1 // indirect
1414 go.opentelemetry.io/otel v1.27.0 // indirect
Original file line number Diff line number Diff line change 11github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
2- github.com/dapr/dapr v1.14.0-rc.5 h1:oTZPcT5fwda6bCMxrfenem6tOyeqW1nastxTwWInBCY =
3- github.com/dapr/dapr v1.14.0-rc.5 /go.mod h1:IQWNthXF/I+qqlW4I0T+F4hCu74eKon4vjhpNvoBl8A =
4- github.com/dapr/go-sdk v1.11.0-rc-1 h1:r01hGfAF3qcZUQV6LFGs+qZ8hgcLP0v+BrsrTq3taTA =
5- github.com/dapr/go-sdk v1.11.0-rc-1 /go.mod h1:DAHZKfjxFbbJRl7wOH9+FROq/lk+xrzaL3ObuSEDj+A =
2+ github.com/dapr/dapr v1.14.0 h1:SIQsNX1kH31JRDIS4k8IZ6eomM/BAcOP844PhQIT+BQ =
3+ github.com/dapr/dapr v1.14.0 /go.mod h1:oDNgaPHQIDZ3G4n4g89TElXWgkluYwcar41DI/oF4gw =
4+ github.com/dapr/go-sdk v1.11.0 h1:clANpOQd6MsfvSa6snaX8MVk6eRx26Vsj5GxGdQ6mpE =
5+ github.com/dapr/go-sdk v1.11.0 /go.mod h1:btZ/tX8eYnx0fg3HiJUku8J5QBRXHsp3kAB1BUiTxXY =
66github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM =
77github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
88github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
Original file line number Diff line number Diff line change 2828 <dependency >
2929 <groupId >io.dapr</groupId >
3030 <artifactId >dapr-sdk-springboot</artifactId >
31- <version >1.12.0-rc-1 </version >
31+ <version >1.12.0</version >
3232 </dependency >
3333 <dependency >
3434 <groupId >io.dapr</groupId >
3535 <artifactId >dapr-sdk</artifactId >
36- <version >1.12.0-rc-1 </version >
36+ <version >1.12.0</version >
3737 </dependency >
3838 <dependency >
3939 <groupId >org.projectlombok</groupId >
Original file line number Diff line number Diff line change 11module dapr_example
22
3- go 1.22.5
3+ go 1.22.6
44
5- require github.com/dapr/go-sdk v1.11.0-rc-1
5+ require github.com/dapr/go-sdk v1.11.0
66
77require (
8- github.com/dapr/dapr v1.14.0-rc.5 // indirect
8+ github.com/dapr/dapr v1.14.0 // indirect
99 github.com/google/uuid v1.6.0 // indirect
1010 github.com/kr/pretty v0.3.1 // indirect
1111 go.opentelemetry.io/otel v1.27.0 // indirect
Original file line number Diff line number Diff line change 11github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
2- github.com/dapr/dapr v1.14.0-rc.5 h1:oTZPcT5fwda6bCMxrfenem6tOyeqW1nastxTwWInBCY =
3- github.com/dapr/dapr v1.14.0-rc.5 /go.mod h1:IQWNthXF/I+qqlW4I0T+F4hCu74eKon4vjhpNvoBl8A =
4- github.com/dapr/go-sdk v1.11.0-rc-1 h1:r01hGfAF3qcZUQV6LFGs+qZ8hgcLP0v+BrsrTq3taTA =
5- github.com/dapr/go-sdk v1.11.0-rc-1 /go.mod h1:DAHZKfjxFbbJRl7wOH9+FROq/lk+xrzaL3ObuSEDj+A =
2+ github.com/dapr/dapr v1.14.0 h1:SIQsNX1kH31JRDIS4k8IZ6eomM/BAcOP844PhQIT+BQ =
3+ github.com/dapr/dapr v1.14.0 /go.mod h1:oDNgaPHQIDZ3G4n4g89TElXWgkluYwcar41DI/oF4gw =
4+ github.com/dapr/go-sdk v1.11.0 h1:clANpOQd6MsfvSa6snaX8MVk6eRx26Vsj5GxGdQ6mpE =
5+ github.com/dapr/go-sdk v1.11.0 /go.mod h1:btZ/tX8eYnx0fg3HiJUku8J5QBRXHsp3kAB1BUiTxXY =
66github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM =
77github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
88github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
Original file line number Diff line number Diff line change 1717 <dependency >
1818 <groupId >io.dapr</groupId >
1919 <artifactId >dapr-sdk</artifactId >
20- <version >1.12.0-rc-1 </version >
20+ <version >1.12.0</version >
2121 </dependency >
2222 <dependency >
2323 <groupId >io.projectreactor</groupId >
Original file line number Diff line number Diff line change 11module dapr_example
22
3- go 1.22.5
3+ go 1.22.6
44
5- require github.com/dapr/go-sdk v1.11.0-rc-1
5+ require github.com/dapr/go-sdk v1.11.0
66
77require (
8- github.com/dapr/dapr v1.14.0-rc.5 // indirect
8+ github.com/dapr/dapr v1.14.0 // indirect
99 github.com/google/uuid v1.6.0 // indirect
1010 github.com/kr/pretty v0.3.1 // indirect
1111 go.opentelemetry.io/otel v1.27.0 // indirect
You can’t perform that action at this time.
0 commit comments