Merge pull request #1390 from fermyon/update-sdk-v1.1.0
feat(templates): update sdk to v1.1.0
This commit is contained in:
commit
d318b46893
|
@ -2,4 +2,6 @@ module github.com/{{project-name | snake_case}}
|
|||
|
||||
go 1.17
|
||||
|
||||
require github.com/fermyon/spin/sdk/go v1.0.0
|
||||
require github.com/fermyon/spin/sdk/go v1.1.0
|
||||
|
||||
require github.com/julienschmidt/httprouter v1.3.0 // indirect
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
github.com/fermyon/spin/sdk/go v1.0.0 h1:QlcL4ufDuKeF8JSsMXcTpjGP5OrutC9y1eT+Ilt0y2k=
|
||||
github.com/fermyon/spin/sdk/go v1.0.0/go.mod h1:ARV2oVtnUCykLM+xCBZq8MQrCZddzb3JbeBettYv1S0=
|
||||
github.com/fermyon/spin/sdk/go v1.1.0 h1:Ji30FRXJX0ByMZcqmWiOGiPFsValF4cHVGKs1BUkEaI=
|
||||
github.com/fermyon/spin/sdk/go v1.1.0/go.mod h1:yb8lGesopgj/GwPzLPATxcOeqWZT/HjrzEFfwbztAXE=
|
||||
github.com/julienschmidt/httprouter v1.3.0 h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U=
|
||||
github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM=
|
||||
|
|
|
@ -16,7 +16,7 @@ bytes = "1"
|
|||
# General-purpose crate with common HTTP types.
|
||||
http = "0.2"
|
||||
# The Spin SDK.
|
||||
spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v1.0.0" }
|
||||
spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v1.1.0" }
|
||||
# Crate that generates Rust Wasm bindings from a WebAssembly interface.
|
||||
wit-bindgen-rust = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "cb871cfa1ee460b51eb1d144b175b9aab9c50aba" }
|
||||
|
||||
|
|
|
@ -2,4 +2,4 @@ module github.com/{{project-name | snake_case}}
|
|||
|
||||
go 1.17
|
||||
|
||||
require github.com/fermyon/spin/sdk/go v1.0.0
|
||||
require github.com/fermyon/spin/sdk/go v1.1.0
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
github.com/fermyon/spin/sdk/go v1.0.0 h1:QlcL4ufDuKeF8JSsMXcTpjGP5OrutC9y1eT+Ilt0y2k=
|
||||
github.com/fermyon/spin/sdk/go v1.0.0/go.mod h1:ARV2oVtnUCykLM+xCBZq8MQrCZddzb3JbeBettYv1S0=
|
||||
github.com/fermyon/spin/sdk/go v1.1.0 h1:Ji30FRXJX0ByMZcqmWiOGiPFsValF4cHVGKs1BUkEaI=
|
||||
github.com/fermyon/spin/sdk/go v1.1.0/go.mod h1:yb8lGesopgj/GwPzLPATxcOeqWZT/HjrzEFfwbztAXE=
|
||||
github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM=
|
||||
|
|
|
@ -14,7 +14,7 @@ anyhow = "1"
|
|||
# Crate to simplify working with bytes.
|
||||
bytes = "1"
|
||||
# The Spin SDK.
|
||||
spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v1.0.0" }
|
||||
spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v1.1.0" }
|
||||
# Crate that generates Rust Wasm bindings from a WebAssembly interface.
|
||||
wit-bindgen-rust = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "cb871cfa1ee460b51eb1d144b175b9aab9c50aba" }
|
||||
|
||||
|
|
Loading…
Reference in New Issue