Merge pull request #1390 from fermyon/update-sdk-v1.1.0

feat(templates): update sdk to v1.1.0
This commit is contained in:
Michelle Dhanani 2023-04-14 17:17:13 -04:00 committed by GitHub
commit d318b46893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 13 additions and 8 deletions

View File

@ -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

View File

@ -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=

View File

@ -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" }

View File

@ -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

View File

@ -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=

View File

@ -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" }