2019-01-18 01:50:10 +00:00
|
|
|
module github.com/squat/kilo
|
|
|
|
|
2021-01-30 20:26:46 +00:00
|
|
|
go 1.15
|
2020-03-12 14:42:19 +00:00
|
|
|
|
2019-01-18 01:50:10 +00:00
|
|
|
require (
|
|
|
|
github.com/awalterschulze/gographviz v0.0.0-20181013152038-b2885df04310
|
2020-09-23 08:56:21 +00:00
|
|
|
github.com/campoy/embedmd v1.0.0
|
2019-05-06 23:53:14 +00:00
|
|
|
github.com/containernetworking/cni v0.6.0
|
|
|
|
github.com/containernetworking/plugins v0.6.0
|
2019-01-18 01:50:10 +00:00
|
|
|
github.com/coreos/go-iptables v0.4.0
|
2021-05-15 10:08:31 +00:00
|
|
|
github.com/go-kit/kit v0.9.0
|
2019-01-18 01:50:10 +00:00
|
|
|
github.com/imdario/mergo v0.3.6 // indirect
|
|
|
|
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348
|
2021-08-23 15:51:46 +00:00
|
|
|
github.com/oklog/run v1.1.0
|
2021-05-15 10:08:31 +00:00
|
|
|
github.com/prometheus/client_golang v1.7.1
|
2021-06-14 07:08:46 +00:00
|
|
|
github.com/spf13/cobra v1.1.3
|
2019-01-18 01:50:10 +00:00
|
|
|
github.com/vishvananda/netlink v1.0.0
|
|
|
|
github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc // indirect
|
2021-05-15 10:08:31 +00:00
|
|
|
golang.org/x/lint v0.0.0-20200302205851-738671d3881b
|
2021-06-14 07:08:46 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210510120138-977fb7262007
|
|
|
|
k8s.io/api v0.21.1
|
|
|
|
k8s.io/apiextensions-apiserver v0.21.1
|
|
|
|
k8s.io/apimachinery v0.21.1
|
|
|
|
k8s.io/client-go v0.21.1
|
|
|
|
k8s.io/code-generator v0.21.1
|
|
|
|
sigs.k8s.io/controller-tools v0.6.0
|
2019-01-18 01:50:10 +00:00
|
|
|
)
|