mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-11-13 06:14:59 +00:00
12 lines
211 B
Modula-2
12 lines
211 B
Modula-2
module mizuserver
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/gofiber/fiber/v2 v2.8.0
|
|
go.mongodb.org/mongo-driver v1.5.1
|
|
gorm.io/driver/sqlite v1.1.4
|
|
github.com/google/martian v2.1.0+incompatible
|
|
gorm.io/gorm v1.21.8
|
|
)
|