forked from lima-vm/lima
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
132 lines (126 loc) · 5.52 KB
/
Copy pathgo.mod
File metadata and controls
132 lines (126 loc) · 5.52 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
// gomodjail:confined
module github.com/lima-vm/lima/v2
go 1.25.7
// Our own packages and golang.org/x packages are trusted
//gosocialcheck:trusted
require (
github.com/lima-vm/go-qcow2reader v0.7.1
github.com/lima-vm/sshocker v0.3.11 // gomodjail:unconfined
golang.org/x/net v0.57.0
golang.org/x/sync v0.22.0
golang.org/x/sys v0.47.0 // gomodjail:unconfined
golang.org/x/text v0.40.0
)
require (
al.essio.dev/pkg/shellescape v1.6.0
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/Code-Hex/vz/v3 v3.7.1 // gomodjail:unconfined
github.com/Microsoft/go-winio v0.6.2 // gomodjail:unconfined
github.com/apparentlymart/go-cidr v1.1.1
github.com/balajiv113/fd v0.0.0-20230330094840-143eec500f3e
github.com/cheggaaa/pb/v3 v3.2.0 // gomodjail:unconfined
github.com/cilium/ebpf v0.22.0 // gomodjail:unconfined
github.com/containerd/continuity v0.5.0
github.com/containers/gvisor-tap-vsock v0.8.9 // gomodjail:unconfined
github.com/coreos/go-semver v0.3.1
github.com/coreos/go-systemd/v22 v22.7.0
github.com/cpuguy83/go-md2man/v2 v2.0.7
github.com/digitalocean/go-qemu v0.0.0-20221209210016-f035778c97f7
github.com/diskfs/go-diskfs v1.9.4 // gomodjail:unconfined
github.com/docker/go-units v0.5.0
github.com/foxcpp/go-mockdns v1.2.0
github.com/goccy/go-yaml v1.19.2
github.com/google/go-cmp v0.7.0
github.com/google/yamlfmt v0.21.0
github.com/inetaf/tcpproxy v0.0.0-20250222171855-c4b9df066048
github.com/invopop/jsonschema v0.14.0
github.com/mattn/go-isatty v0.0.23
github.com/mattn/go-shellwords v1.0.14
github.com/mdlayher/netlink v1.11.2
github.com/mdlayher/vsock v1.3.0 // gomodjail:unconfined
github.com/miekg/dns v1.1.72 // gomodjail:unconfined
github.com/mikefarah/yq/v4 v4.53.3
github.com/modelcontextprotocol/go-sdk v1.6.1
github.com/nxadm/tail v1.4.11 // gomodjail:unconfined
github.com/opencontainers/go-digest v1.0.0
github.com/pb33f/ordered-map/v2 v2.3.1
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
github.com/pkg/sftp v1.13.11
github.com/rjeczalik/notify v0.9.3
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
github.com/sethvargo/go-password v0.4.0
github.com/sirupsen/logrus v1.9.4
github.com/spf13/cobra v1.10.2 // gomodjail:unconfined
github.com/spf13/pflag v1.0.10
google.golang.org/grpc v1.82.1
google.golang.org/protobuf v1.36.11 // gomodjail:unconfined
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
gotest.tools/v3 v3.5.2
)
//gosocialcheck:trusted
require (
golang.org/x/crypto v0.54.0 // indirect
golang.org/x/mod v0.37.0 // indirect
golang.org/x/oauth2 v0.36.0 // indirect
golang.org/x/term v0.45.0 // indirect
golang.org/x/time v0.9.0 // indirect
golang.org/x/tools v0.47.0 // indirect
)
require (
github.com/Code-Hex/go-infinity-channel v1.0.0 // indirect
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/a8m/envsubst v1.4.3 // indirect
github.com/agext/levenshtein v1.2.1 // indirect
github.com/alecthomas/participle/v2 v2.1.4 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/bmatcuk/doublestar/v4 v4.7.1 // indirect
github.com/buger/jsonparser v1.1.2 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/digitalocean/go-libvirt v0.0.0-20220804181439-8648fbde413e // indirect
github.com/dimchansky/utfbom v1.1.1 // indirect
github.com/djherbis/times v1.6.0 // indirect
github.com/elliotchance/orderedmap v1.8.0 // indirect
github.com/fatih/color v1.19.0 // indirect
// gomodjail:unconfined
github.com/fsnotify/fsnotify v1.8.0 // indirect
github.com/go-ini/ini v1.67.0 // indirect
github.com/goccy/go-json v0.10.6 // indirect
github.com/google/btree v1.1.3 // indirect
github.com/google/gopacket v1.1.19 // indirect
github.com/google/jsonschema-go v0.4.3 // indirect
github.com/hashicorp/hcl/v2 v2.24.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
// gomodjail:unconfined
github.com/insomniacslk/dhcp v0.0.0-20240710054256-ddd8a41251c9 // indirect
github.com/jinzhu/copier v0.4.0 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/linuxkit/virtsock v0.0.0-20220523201153-1a23e78aa7a2 // indirect
github.com/magiconair/properties v1.8.10 // indirect
github.com/mattn/go-colorable v0.1.15 // indirect
github.com/mattn/go-runewidth v0.0.24 // indirect
github.com/mdlayher/socket v0.6.0 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml/v2 v2.3.1 // indirect
github.com/pierrec/lz4/v4 v4.1.26 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
github.com/segmentio/asm v1.1.3 // indirect
github.com/segmentio/encoding v0.5.4 // indirect
// gomodjail:unconfined
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
github.com/yuin/gopher-lua v1.1.2 // indirect
github.com/zclconf/go-cty v1.18.1 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
go.yaml.in/yaml/v4 v4.0.0-rc.4 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
// gomodjail:unconfined
gvisor.dev/gvisor v0.0.0-20240916094835-a174eb65023f // indirect
)
require github.com/clipperhouse/uax29/v2 v2.2.0 // indirect