This repository was archived by the owner on Sep 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
runtime/languages/golang/testdata Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/hypermodeinc/modus/lib/manifest
22
33go 1.23.1
44
5- toolchain go1.23.11
5+ toolchain go1.24.4
66
77require (
88 github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/hypermodeinc/modus/lib/metadata
22
33go 1.23.1
44
5- toolchain go1.23.11
5+ toolchain go1.24.4
66
77require (
88 github.com/hypermodeinc/modus/lib/wasmextractor v0.13.0
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module github.com/hypermodeinc/modus/lib/wasmextractor
22
33go 1.23.1
44
5- toolchain go1.23.11
5+ toolchain go1.24.4
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module testdata
22
33go 1.23.1
44
5- toolchain go1.23.11
5+ toolchain go1.24.4
66
77require github.com/hypermodeinc/modus/sdk/go v0.18.0
88
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/hypermodeinc/modus/sdk/go
22
33go 1.23.1
44
5- toolchain go1.23.11
5+ toolchain go1.24.4
66
77require (
88 github.com/hypermodeinc/modus/lib/manifest v0.17.2
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module my-modus-app
22
33go 1.23.1
44
5- toolchain go1.23.11
5+ toolchain go1.24.4
66
77require github.com/hypermodeinc/modus/sdk/go v0.18.0
88
You can’t perform that action at this time.
0 commit comments