mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-19 00:50:32 +00:00
10 lines
184 B
Modula-2
10 lines
184 B
Modula-2
module github.com/up9inc/mizu/shared
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/docker/go-units v0.4.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|