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 b17cca1 commit c9c1417Copy full SHA for c9c1417
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 latest
+require github.com/fermyon/spin/sdk/go main
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