mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-07-10 17:10:53 +00:00
10 lines
138 B
Modula-2
10 lines
138 B
Modula-2
module mizuserver
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/gofiber/fiber/v2 v2.8.0
|
|
github.com/jinzhu/gorm v1.9.16
|
|
gorm.io/driver/sqlite v1.1.4
|
|
)
|