Files
kubeshark/shared/go.mod
Roee Gadot 77783a58e9 roee changes -
trying to fix agent to work with the "api" object) - ***still not working***
2021-08-18 08:28:22 +03:00

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
)