Skip to content

Commit 1b51bc5

Browse files
committed
tests: simplify go.mod, remove go.sum file
1 parent 2e8ee5b commit 1b51bc5

File tree

2 files changed

+0
-59
lines changed

2 files changed

+0
-59
lines changed

tests/go.mod

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
11
module tests
22

33
go 1.22.0
4-
5-
require github.com/bytecodealliance/wasm-tools-go v0.3.1
6-
7-
replace github.com/bytecodealliance/wasm-tools-go => ../
8-
9-
require (
10-
github.com/coreos/go-semver v0.3.1 // indirect
11-
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
12-
github.com/klauspost/compress v1.17.11 // indirect
13-
github.com/opencontainers/go-digest v1.0.0 // indirect
14-
github.com/regclient/regclient v0.7.2 // indirect
15-
github.com/sirupsen/logrus v1.9.3 // indirect
16-
github.com/ulikunitz/xz v0.5.12 // indirect
17-
github.com/urfave/cli/v3 v3.0.0-alpha9.2 // indirect
18-
golang.org/x/mod v0.21.0 // indirect
19-
golang.org/x/sys v0.26.0 // indirect
20-
)

tests/go.sum

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)