Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit 898fbfd

Browse files
chore: Remove extraneous package reference (#632)
1 parent 5b68a05 commit 898fbfd

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
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

sdk/go/go.mod

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ module github.com/hypermodeinc/modus/sdk/go
22

33
go 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

107
require (
118
github.com/fatih/color v1.18.0

sdk/go/go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKe
44
github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
55
github.com/hypermodeinc/modus/lib/manifest v0.13.0 h1:hIQQoeqeUUh9y+YkqcJRla9KCevS06F2veiFoleq4dg=
66
github.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=
97
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
108
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
119
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=

0 commit comments

Comments
 (0)