File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11module github.com/{{project-name | snake_case}}
22
3- go 1.17
3+ go 1.20
44
5- require github.com/fermyon/spin/sdk/go main
5+ require github.com/fermyon/spin/sdk/go/v2 main
66
77require github.com/julienschmidt/httprouter v1.3.0 // indirect
Original file line number Diff line number Diff line change 44 "fmt"
55 "net/http"
66
7- spinhttp "github.com/fermyon/spin/sdk/go/http"
7+ spinhttp "github.com/fermyon/spin/sdk/go/v2/ http"
88)
99
1010func init () {
Original file line number Diff line number Diff line change 11module github.com/{{project-name | snake_case}}
22
3- go 1.17
3+ go 1.20
44
5- require github.com/fermyon/spin/sdk/go main
5+ require github.com/fermyon/spin/sdk/go/v2 main
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package main
33import (
44 "fmt"
55
6- "github.com/fermyon/spin/sdk/go/redis"
6+ "github.com/fermyon/spin/sdk/go/v2/ redis"
77)
88
99func init () {
You can’t perform that action at this time.
0 commit comments