mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-01-16 06:50:12 +00:00
* Move `cli/logger` to `shared`, and refactor all its usages in `cli` * Remove indirect for `op/go-logging` in `shared`
11 lines
245 B
Modula-2
11 lines
245 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
|
|
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|