mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-10-21 15:29:42 +00:00
* Renamed aggregator -> apiServer. * Format errors with container names. * Renamed collector -> apiServer. * Rephrased help messages. * Moved api -> agent. * Continue renameing api -> agent in Makefile and Dockerfiles.
32 lines
991 B
Modula-2
32 lines
991 B
Modula-2
module mizuserver
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/antoniodipinto/ikisocket v0.0.0-20210719144512-dce3f3fbbd04
|
|
github.com/beevik/etree v1.1.0
|
|
github.com/djherbis/atime v1.0.0
|
|
github.com/fasthttp/websocket v1.4.3-beta.1 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/go-playground/locales v0.13.0
|
|
github.com/go-playground/universal-translator v0.17.0
|
|
github.com/go-playground/validator/v10 v10.5.0
|
|
github.com/gofiber/fiber/v2 v2.10.0
|
|
github.com/google/martian v2.1.0+incompatible
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/romana/rlog v0.0.0-20171115192701-f018bc92e7d7
|
|
github.com/up9inc/mizu/shared v0.0.0
|
|
github.com/up9inc/mizu/tap v0.0.0
|
|
go.mongodb.org/mongo-driver v1.5.1
|
|
gorm.io/driver/sqlite v1.1.4
|
|
gorm.io/gorm v1.21.8
|
|
k8s.io/api v0.21.0
|
|
k8s.io/apimachinery v0.21.0
|
|
k8s.io/client-go v0.21.0
|
|
)
|
|
|
|
replace github.com/up9inc/mizu/shared v0.0.0 => ../shared
|
|
|
|
replace github.com/up9inc/mizu/tap v0.0.0 => ../tap
|