-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
48 lines (44 loc) · 1.75 KB
/
Copy pathgo.mod
File metadata and controls
48 lines (44 loc) · 1.75 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
module bauklotze
go 1.24.0
toolchain go1.24.1
require (
github.com/Code-Hex/go-infinity-channel v1.0.0
github.com/DataDog/zstd v1.5.6
github.com/containers/common v0.61.0
github.com/containers/gvisor-tap-vsock v0.8.5
github.com/containers/podman/v5 v5.3.1
github.com/containers/storage v1.56.0
github.com/crc-org/vfkit v0.6.0
github.com/creack/pty v1.1.24
github.com/go-playground/validator/v10 v10.25.0
github.com/gorilla/mux v1.8.1
github.com/json-iterator/go v1.1.12
github.com/oomol-lab/ovm-ssh-agent/v3 v3.0.0
github.com/oomol-lab/ssh-forward v0.0.0-20250507105559-91763745d836
github.com/prashantgupta24/mac-sleep-notifier v1.0.1
github.com/shirou/gopsutil/v4 v4.25.3
github.com/sirupsen/logrus v1.9.3
github.com/urfave/cli/v3 v3.1.1
golang.org/x/crypto v0.38.0
golang.org/x/sync v0.14.0
golang.org/x/sys v0.33.0
)
require (
github.com/ebitengine/purego v0.8.2 // indirect
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/net v0.36.0 // indirect
golang.org/x/text v0.25.0 // indirect
)