mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-07-10 00:51:09 +00:00
9 lines
116 B
Modula-2
9 lines
116 B
Modula-2
module harsave
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/google/martian v2.1.0+incompatible
|
|
github.com/jinzhu/gorm v1.9.16
|
|
)
|