internal/wasm-tools: update wasm-tools-go to new repo and version

This commit is contained in:
Randy Reddig
2024-09-05 11:22:30 -07:00
committed by Ron Evans
parent c931bc7394
commit 78ddc51471
3 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -2,11 +2,11 @@ module github.com/tinygo-org/tinygo/internal/tools
go 1.22.4
require github.com/ydnar/wasm-tools-go v0.1.4
require github.com/ydnar/wasm-tools-go v0.1.5
require (
github.com/coreos/go-semver v0.3.1 // indirect
github.com/urfave/cli/v3 v3.0.0-alpha9 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/mod v0.19.0 // indirect
golang.org/x/mod v0.21.0 // indirect
)