This repository was archived by the owner on Sep 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 77## UNRELEASED - Go SDK
88
99- fix: vector package should return generic type in computations [ #628 ] ( https://github.com/hypermodeinc/modus/pull/628 )
10+ - chore: Remove unused go package reference [ #632 ] ( https://github.com/hypermodeinc/modus/pull/632 )
1011
1112## UNRELEASED - AssemblyScript SDK
1213
Original file line number Diff line number Diff line change @@ -2,10 +2,7 @@ module github.com/hypermodeinc/modus/sdk/go
22
33go 1.23.0
44
5- require (
6- github.com/hypermodeinc/modus/lib/manifest v0.13.0
7- github.com/hypermodeinc/modus/lib/wasmextractor v0.13.0
8- )
5+ require github.com/hypermodeinc/modus/lib/manifest v0.13.0
96
107require (
118 github.com/fatih/color v1.18.0
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKe
44github.com/hashicorp/go-version v1.7.0 /go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA =
55github.com/hypermodeinc/modus/lib/manifest v0.13.0 h1:hIQQoeqeUUh9y+YkqcJRla9KCevS06F2veiFoleq4dg =
66github.com/hypermodeinc/modus/lib/manifest v0.13.0 /go.mod h1:ymRlTZWerFnIUVpvEonTMTo38EDYzHcGSNYTOv2MITk =
7- github.com/hypermodeinc/modus/lib/wasmextractor v0.13.0 h1:9o8qqAllL9qIPYqc5adF+Aw3XWLmLqPiBPMu0AIyiMI =
8- github.com/hypermodeinc/modus/lib/wasmextractor v0.13.0 /go.mod h1:YCesMU95vF5qkscLMKSYr92OloLe1KGwyiqW2i4OmnE =
97github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA =
108github.com/mattn/go-colorable v0.1.13 /go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg =
119github.com/mattn/go-isatty v0.0.16 /go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM =
You can’t perform that action at this time.
0 commit comments