mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-04-04 17:59:14 +00:00
13 lines
269 B
Modula-2
13 lines
269 B
Modula-2
module github.com/up9inc/mizu/tests
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/up9inc/mizu/shared v0.0.0
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|
|
|
|
replace github.com/up9inc/mizu/shared v0.0.0 => ../shared
|
|
|
|
replace github.com/up9inc/mizu/tap/api v0.0.0 => ../tap/api
|