mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-04-05 18:27:29 +00:00
57 lines
2.6 KiB
Modula-2
57 lines
2.6 KiB
Modula-2
module mizuserver
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
cloud.google.com/go v0.54.0 // indirect
|
|
cloud.google.com/go/bigquery v1.4.0 // indirect
|
|
cloud.google.com/go/datastore v1.1.0 // indirect
|
|
cloud.google.com/go/pubsub v1.2.0 // indirect
|
|
cloud.google.com/go/storage v1.6.0 // indirect
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
|
github.com/Azure/go-autorest/autorest v0.11.12 // indirect
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.5 // indirect
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
|
|
github.com/Azure/go-autorest/autorest/mocks v0.4.1 // indirect
|
|
github.com/Azure/go-autorest/logger v0.2.0 // indirect
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
|
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 // indirect
|
|
github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46 // indirect
|
|
github.com/PuerkitoBio/purell v1.1.1 // indirect
|
|
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
|
|
github.com/andybalholm/brotli v1.0.1 // indirect
|
|
github.com/antoniodipinto/ikisocket v0.0.0-20210417133349-f1502512d69a
|
|
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
|
|
github.com/aws/aws-sdk-go v1.34.28 // indirect
|
|
github.com/census-instrumentation/opencensus-proto v0.2.1 // indirect
|
|
github.com/chzyer/logex v1.1.10 // indirect
|
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
|
|
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
|
|
github.com/client9/misspell v0.3.4 // indirect
|
|
github.com/creack/pty v1.1.9 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/djherbis/atime v1.0.0
|
|
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815 // indirect
|
|
github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153 // indirect
|
|
github.com/fasthttp/websocket v1.4.3-beta.1 // indirect
|
|
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.8.0
|
|
github.com/google/gopacket v1.1.19
|
|
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/orcaman/concurrent-map v0.0.0-20210106121528-16402b402231
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
|
go.mongodb.org/mongo-driver v1.5.1
|
|
golang.org/x/net v0.0.0-20210421230115-4e50805a0758
|
|
gorm.io/driver/sqlite v1.1.4
|
|
gorm.io/gorm v1.21.8
|
|
k8s.io/api v0.21.0 // indirect
|
|
k8s.io/apimachinery v0.21.0
|
|
k8s.io/client-go v0.21.0
|
|
)
|