-
Notifications
You must be signed in to change notification settings - Fork 544
/
go.mod
29 lines (27 loc) · 1.03 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
module github.com/cdk-team/CDK
go 1.16
require (
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
github.com/bkthomps/Ven v0.5.0
github.com/containerd/containerd v1.4.3
github.com/containerd/ttrpc v1.0.2
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/fatih/color v1.13.0
github.com/gdamore/tcell v1.4.0
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/go-cmp v0.5.4 // indirect
github.com/hashicorp/go-version v1.3.0
github.com/idoubi/goz v1.0.0
github.com/kr/pretty v0.2.1 // indirect
github.com/mitchellh/go-ps v1.0.0
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/shirou/gopsutil/v3 v3.20.10
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/stretchr/testify v1.7.0
github.com/tidwall/gjson v1.9.3
github.com/tidwall/sjson v1.1.4
golang.org/x/net v0.0.0-20220630215102-69896b714898
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)