-
Notifications
You must be signed in to change notification settings - Fork 109
/
go.mod
31 lines (28 loc) · 1.14 KB
/
go.mod
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
module github.com/chaosblade-io/chaosblade-exec-os
go 1.20
require (
github.com/chaosblade-io/chaosblade-spec-go v1.7.4
github.com/containerd/cgroups v1.0.2-0.20210605143700-23b51209bf7b
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
github.com/shirou/gopsutil v3.21.11+incompatible
go.uber.org/automaxprocs v1.3.0
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
)
require (
github.com/coreos/go-systemd/v22 v22.1.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/godbus/dbus/v5 v5.0.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/opencontainers/runtime-spec v1.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/tklauser/go-sysconf v0.3.9 // indirect
github.com/tklauser/numcpus v0.3.0 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)