mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-10-20 06:51:03 +00:00
11 lines
162 B
Modula-2
11 lines
162 B
Modula-2
module github.com/up9inc/mizu/cli
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/spf13/cobra v1.1.3
|
|
k8s.io/api v0.21.0
|
|
k8s.io/apimachinery v0.21.0
|
|
k8s.io/client-go v0.21.0
|
|
)
|