We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06cee0e commit b17cca1Copy full SHA for b17cca1
templates/http-go/content/go.mod
@@ -2,6 +2,6 @@ module github.com/{{project-name | snake_case}}
2
3
go 1.17
4
5
-require github.com/fermyon/spin/sdk/go v1.5.1
+require github.com/fermyon/spin/sdk/go latest
6
7
require github.com/julienschmidt/httprouter v1.3.0 // indirect
templates/redis-go/content/go.mod
@@ -2,4 +2,4 @@ module github.com/{{project-name | snake_case}}
0 commit comments