mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-10-21 15:29:42 +00:00
10 lines
132 B
Modula-2
10 lines
132 B
Modula-2
module github.com/up9inc/mizu/shared
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/docker/go-units v0.4.0
|
|
)
|
|
|