mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-04-06 10:47:49 +00:00
15 lines
374 B
Modula-2
15 lines
374 B
Modula-2
module mizuserver
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/antoniodipinto/ikisocket v0.0.0-20210417133349-f1502512d69a
|
|
github.com/djherbis/atime v1.0.0
|
|
github.com/fasthttp/websocket v1.4.3-beta.1 // indirect
|
|
github.com/gofiber/fiber/v2 v2.8.0
|
|
github.com/google/martian v2.1.0+incompatible
|
|
go.mongodb.org/mongo-driver v1.5.1
|
|
gorm.io/driver/sqlite v1.1.4
|
|
gorm.io/gorm v1.21.8
|
|
)
|