File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module github.com/{{project-name | snake_case}}
2
2
3
3
go 1.17
4
4
5
- require github.com/fermyon/spin/sdk/go v0.7.1
5
+ require github.com/fermyon/spin/sdk/go v0.8.0
Original file line number Diff line number Diff line change 1
- github.com/fermyon/spin/sdk/go v0.7.1 h1:3Qyn8D8jb9YJ7wwDwxv3MigiG58jNLEpdfJ59vE6wcA =
2
- github.com/fermyon/spin/sdk/go v0.7.1 /go.mod h1:ARV2oVtnUCykLM+xCBZq8MQrCZddzb3JbeBettYv1S0 =
1
+ github.com/fermyon/spin/sdk/go v0.8.0 h1:NmN9sJc15joXGWyLxntS14s1YvGzpRU6b81wPRjt8xc =
2
+ github.com/fermyon/spin/sdk/go v0.8.0 /go.mod h1:ARV2oVtnUCykLM+xCBZq8MQrCZddzb3JbeBettYv1S0 =
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ bytes = "1"
16
16
# General-purpose crate with common HTTP types.
17
17
http = " 0.2"
18
18
# The Spin SDK.
19
- spin-sdk = { git = " https://github.com/fermyon/spin" , tag = " v0.7.1 " }
19
+ spin-sdk = { git = " https://github.com/fermyon/spin" , tag = " v0.8.0 " }
20
20
# Crate that generates Rust Wasm bindings from a WebAssembly interface.
21
21
wit-bindgen-rust = { git = " https://github.com/bytecodealliance/wit-bindgen" , rev = " cb871cfa1ee460b51eb1d144b175b9aab9c50aba" }
22
22
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module github.com/{{project-name | snake_case}}
2
2
3
3
go 1.17
4
4
5
- require github.com/fermyon/spin/sdk/go v0.7.1
5
+ require github.com/fermyon/spin/sdk/go v0.8.0
Original file line number Diff line number Diff line change 1
- github.com/fermyon/spin/sdk/go v0.7.1 h1:3Qyn8D8jb9YJ7wwDwxv3MigiG58jNLEpdfJ59vE6wcA =
2
- github.com/fermyon/spin/sdk/go v0.7.1 /go.mod h1:ARV2oVtnUCykLM+xCBZq8MQrCZddzb3JbeBettYv1S0 =
1
+ github.com/fermyon/spin/sdk/go v0.8.0 h1:NmN9sJc15joXGWyLxntS14s1YvGzpRU6b81wPRjt8xc =
2
+ github.com/fermyon/spin/sdk/go v0.8.0 /go.mod h1:ARV2oVtnUCykLM+xCBZq8MQrCZddzb3JbeBettYv1S0 =
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ anyhow = "1"
14
14
# Crate to simplify working with bytes.
15
15
bytes = " 1"
16
16
# The Spin SDK.
17
- spin-sdk = { git = " https://github.com/fermyon/spin" , tag = " v0.7.1 " }
17
+ spin-sdk = { git = " https://github.com/fermyon/spin" , tag = " v0.8.0 " }
18
18
# Crate that generates Rust Wasm bindings from a WebAssembly interface.
19
19
wit-bindgen-rust = { git = " https://github.com/bytecodealliance/wit-bindgen" , rev = " cb871cfa1ee460b51eb1d144b175b9aab9c50aba" }
20
20
You can’t perform that action at this time.
0 commit comments