Skip to content

Commit

Permalink
Bump github.com/hypermodeinc/modus/lib/wasmextractor from 0.13.0-alph…
Browse files Browse the repository at this point in the history
…a1 to 0.13.0-alpha2 in /sdk/go (#499)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent b3e3924 commit 390b418
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.23.0

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

// NOTE: during developement, you can use replace directives if needed
Expand Down
4 changes: 2 additions & 2 deletions sdk/go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ 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-alpha2 h1:SD3Tnzp7zCYoT8c87VC0rqlIQJuyihEI9uUft99Hb4I=
github.com/hypermodeinc/modus/lib/manifest v0.13.0-alpha2/go.mod h1:ymRlTZWerFnIUVpvEonTMTo38EDYzHcGSNYTOv2MITk=
github.com/hypermodeinc/modus/lib/wasmextractor v0.13.0-alpha1 h1:NClXj9rPg9nAnwrXgH9Gf/xLuPtxveC+plkKb68ux48=
github.com/hypermodeinc/modus/lib/wasmextractor v0.13.0-alpha1/go.mod h1:YCesMU95vF5qkscLMKSYr92OloLe1KGwyiqW2i4OmnE=
github.com/hypermodeinc/modus/lib/wasmextractor v0.13.0-alpha2 h1:Wn+RRT05S4zbSNmLv774V5Px8uAmVZtB/x50e5Z0Fms=
github.com/hypermodeinc/modus/lib/wasmextractor v0.13.0-alpha2/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 390b418

Please sign in to comment.