-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.work
More file actions
35 lines (31 loc) · 1.25 KB
/
go.work
File metadata and controls
35 lines (31 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
go 1.25.0
toolchain go1.25.0
use (
.
./tools
./exp/k8s
)
replace (
gvisor.dev/gvisor => gvisor.dev/gvisor v0.0.0-20250807194038-c9af560a03d9 // this needs to be updated manually (because the 'go' branch is the only one that works)
)
replace (
github.com/containerd/nerdctl/v2 => ../nerdctl
github.com/containerd/nerdctl/mod/tigron => ../nerdctl/mod/tigron
// github.com/Code-Hex/vz/v3 => ../vz
// github.com/arianvp/cgroup-exporter => ../cgroup-exporter
// github.com/containerd/console => ../console
github.com/containerd/containerd/api => ../containerd/api
github.com/containerd/containerd/v2 => ../containerd
// github.com/containerd/containerd/v2/pkg/sys => ../containerd/pkg/sys
// github.com/containerd/go-runc => ../go-runc
// github.com/containerd/stargz-snapshotter => ../stargz-snapshotter
// github.com/containerd/stargz-snapshotter/estargz => ../stargz-snapshotter/estargz
// github.com/containerd/ttrpc => ../ttrpc
github.com/containers/gvisor-tap-vsock => ../gvisor-tap-vsock
// github.com/google/cadvisor => ../cadvisor
github.com/moby/buildkit => ../buildkit
github.com/opencontainers/runc => ../runc
github.com/pkg/errors => ../go-errors/pkg-errors
github.com/tonistiigi/fsutil => ../fsutil
gitlab.com/tozd/go/errors => ../go-errors
)