mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-08-18 20:07:56 +00:00
10 lines
132 B
AMPL
10 lines
132 B
AMPL
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
|
|
)
|
|
|