Skip to content

Commit

Permalink
chore: Remove extraneous package reference (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint authored Dec 2, 2024
1 parent 5b68a05 commit 898fbfd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
## UNRELEASED - Go SDK

- fix: vector package should return generic type in computations [#628](https://github.com/hypermodeinc/modus/pull/628)
- chore: Remove unused go package reference [#632](https://github.com/hypermodeinc/modus/pull/632)

## UNRELEASED - AssemblyScript SDK

Expand Down
5 changes: 1 addition & 4 deletions sdk/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ module github.com/hypermodeinc/modus/sdk/go

go 1.23.0

require (
github.com/hypermodeinc/modus/lib/manifest v0.13.0
github.com/hypermodeinc/modus/lib/wasmextractor v0.13.0
)
require github.com/hypermodeinc/modus/lib/manifest v0.13.0

require (
github.com/fatih/color v1.18.0
Expand Down
2 changes: 0 additions & 2 deletions sdk/go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKe
github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
github.com/hypermodeinc/modus/lib/manifest v0.13.0 h1:hIQQoeqeUUh9y+YkqcJRla9KCevS06F2veiFoleq4dg=
github.com/hypermodeinc/modus/lib/manifest v0.13.0/go.mod h1:ymRlTZWerFnIUVpvEonTMTo38EDYzHcGSNYTOv2MITk=
github.com/hypermodeinc/modus/lib/wasmextractor v0.13.0 h1:9o8qqAllL9qIPYqc5adF+Aw3XWLmLqPiBPMu0AIyiMI=
github.com/hypermodeinc/modus/lib/wasmextractor v0.13.0/go.mod h1:YCesMU95vF5qkscLMKSYr92OloLe1KGwyiqW2i4OmnE=
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
Expand Down

0 comments on commit 898fbfd

Please sign in to comment.