mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-10-21 23:46:45 +00:00
10 lines
148 B
Modula-2
10 lines
148 B
Modula-2
module github.com/up9inc/mizu/resolver
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
k8s.io/api v0.21.0 // indirect
|
|
k8s.io/apimachinery v0.21.0
|
|
k8s.io/client-go v0.21.0
|
|
)
|