-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (26 loc) · 1015 Bytes
/
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 mini-kubernetes
go 1.14
require (
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/containerd/containerd v1.6.2 // indirect
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/docker/docker v20.10.14+incompatible
github.com/docker/go-connections v0.4.0
github.com/ghodss/yaml v1.0.0
github.com/google/cadvisor v0.39.3
github.com/jakehl/goid v1.1.0
github.com/labstack/echo/v4 v4.7.2
github.com/monaco-io/request v1.0.15 // indirect
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/robfig/cron v1.2.0
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/stretchr/testify v1.7.1 // indirect
github.com/thedevsaddam/gojsonq/v2 v2.5.2
github.com/tklauser/go-sysconf v0.3.10 // indirect
github.com/urfave/cli v1.22.8
github.com/yusufpapurcu/wmi v1.2.2 // indirect
go.etcd.io/etcd/client/v3 v3.5.0
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
google.golang.org/grpc v1.45.0 // indirect
gopkg.in/yaml.v2 v2.4.0
)