mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-10-20 06:51:03 +00:00
19 lines
475 B
Modula-2
19 lines
475 B
Modula-2
module github.com/up9inc/mizu/cli
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/google/go-github/v37 v37.0.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/up9inc/mizu/shared v0.0.0
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
k8s.io/api v0.21.2
|
|
k8s.io/apimachinery v0.21.2
|
|
k8s.io/client-go v0.21.2
|
|
k8s.io/kubectl v0.21.2
|
|
)
|
|
|
|
replace github.com/up9inc/mizu/shared v0.0.0 => ../shared
|