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 aa46a55 commit b8ef4acCopy full SHA for b8ef4ac
templates/http-go/content/go.mod
@@ -2,6 +2,6 @@ module github.com/{{project-name | snake_case}}
2
3
go 1.22
4
5
-require github.com/spinframework/spin-go-sdk v2.2.1
+require github.com/spinframework/spin-go-sdk/v2 v2.2.1
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