mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-04-09 20:27:32 +00:00
9 lines
177 B
Modula-2
9 lines
177 B
Modula-2
module github.com/up9inc/mizu/tests
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/up9inc/mizu/shared v0.0.0-20211007164505-256006ca3e71
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|