mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-04-07 03:07:25 +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/golang-jwt/jwt/v4 v4.1.0
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|