Skip to content

Commit

Permalink
multiverse, universe: module reference to spin sdk with KV store GetL…
Browse files Browse the repository at this point in the history
…ist()

Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Nov 10, 2023
1 parent eb60cad commit f03a82e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 1 addition & 3 deletions multiverse/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ go 1.21

toolchain go1.21.1

require github.com/fermyon/spin/sdk/go/v2 v2.0.0
require github.com/fermyon/spin/sdk/go/v2 v2.0.0-20231109195451-3fbff440a53f

require github.com/julienschmidt/httprouter v1.3.0 // indirect

replace github.com/fermyon/spin/sdk/go/v2 => /home/ron/Development/spin/sdk/go/
2 changes: 2 additions & 0 deletions multiverse/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
github.com/fermyon/spin/sdk/go/v2 v2.0.0-20231109195451-3fbff440a53f h1:TpBc4KlrtXHi9Uza28AH77aNg10Wb8W2vxhQOxmluUs=
github.com/fermyon/spin/sdk/go/v2 v2.0.0-20231109195451-3fbff440a53f/go.mod h1:kfJ+gdf/xIaKrsC6JHCUDYMv2Bzib1ohFIYUzvP+SCw=
github.com/julienschmidt/httprouter v1.3.0 h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U=
github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM=
2 changes: 1 addition & 1 deletion universe/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.21.1

require (
github.com/acifani/vita v1.1.1-0.20231106234643-e2e6e74c84dd
github.com/fermyon/spin/sdk/go/v2 v2.0.0
github.com/fermyon/spin/sdk/go/v2 v2.0.0-20231109195451-3fbff440a53f
)

require github.com/julienschmidt/httprouter v1.3.0 // indirect
4 changes: 2 additions & 2 deletions universe/go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/acifani/vita v1.1.1-0.20231106234643-e2e6e74c84dd h1:Qx34p1p8/TtTszUIz/jIVSlaxHiKvZLHSr+gVWJissE=
github.com/acifani/vita v1.1.1-0.20231106234643-e2e6e74c84dd/go.mod h1:r5ldyqj9b7t2/sDrUcLOQbQ9g/I28JQ7nSUjvRtruyw=
github.com/fermyon/spin/sdk/go/v2 v2.0.0 h1:pMq2BxXio9gsBdPVNCuebCsLSt64yaTS3kV2l1gL088=
github.com/fermyon/spin/sdk/go/v2 v2.0.0/go.mod h1:kfJ+gdf/xIaKrsC6JHCUDYMv2Bzib1ohFIYUzvP+SCw=
github.com/fermyon/spin/sdk/go/v2 v2.0.0-20231109195451-3fbff440a53f h1:TpBc4KlrtXHi9Uza28AH77aNg10Wb8W2vxhQOxmluUs=
github.com/fermyon/spin/sdk/go/v2 v2.0.0-20231109195451-3fbff440a53f/go.mod h1:kfJ+gdf/xIaKrsC6JHCUDYMv2Bzib1ohFIYUzvP+SCw=
github.com/julienschmidt/httprouter v1.3.0 h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U=
github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM=

0 comments on commit f03a82e

Please sign in to comment.