File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,19 @@ require (
6
6
github.com/coreos/go-semver v0.3.1
7
7
github.com/regclient/regclient v0.8.0
8
8
github.com/sergi/go-diff v1.3.1
9
+ github.com/tetratelabs/wazero v1.8.2
9
10
github.com/urfave/cli/v3 v3.0.0-beta1
10
11
go.bytecodealliance.org/cm v0.1.0
11
12
golang.org/x/mod v0.22.0
12
- golang.org/x/tools v0.28 .0
13
+ golang.org/x/tools v0.29 .0
13
14
)
14
15
15
16
require (
16
17
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
17
18
github.com/klauspost/compress v1.17.11 // indirect
18
19
github.com/opencontainers/go-digest v1.0.0 // indirect
19
20
github.com/sirupsen/logrus v1.9.3 // indirect
20
- github.com/tetratelabs/wazero v1.8.2 // indirect
21
21
github.com/ulikunitz/xz v0.5.12 // indirect
22
22
golang.org/x/sync v0.10.0 // indirect
23
- golang.org/x/sys v0.28 .0 // indirect
23
+ golang.org/x/sys v0.29 .0 // indirect
24
24
)
Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ golang.org/x/mod v0.22.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
42
42
golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ =
43
43
golang.org/x/sync v0.10.0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
44
44
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
45
- golang.org/x/sys v0.28 .0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA =
46
- golang.org/x/sys v0.28 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
47
- golang.org/x/tools v0.28 .0 h1:WuB6qZ4RPCQo5aP3WdKZS7i595EdWqWR8vqJTlwTVK8 =
48
- golang.org/x/tools v0.28 .0 /go.mod h1:dcIOrVd3mfQKTgrDVQHqCPMWy6lnhfhtX3hLXYVLfRw =
45
+ golang.org/x/sys v0.29 .0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU =
46
+ golang.org/x/sys v0.29 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
47
+ golang.org/x/tools v0.29 .0 h1:Xx0h3TtM9rzQpQuR4dKLrdglAmCEN5Oi+P74JdhdzXE =
48
+ golang.org/x/tools v0.29 .0 /go.mod h1:KMQVMRsVxU6nHCFXrBPhDB8XncLNLM0lIy/F14RP588 =
49
49
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
50
50
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
51
51
gopkg.in/yaml.v2 v2.2.2 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
You can’t perform that action at this time.
0 commit comments