mirror of
https://github.com/Octops/quake-kube.git
synced 2026-04-05 17:20:33 +00:00
16 lines
472 B
Modula-2
16 lines
472 B
Modula-2
module github.com/criticalstack/quake-kube
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/cockroachdb/cmux v0.0.0-20170110192607-30d10be49292
|
|
github.com/google/go-cmp v0.2.0
|
|
github.com/gorilla/websocket v1.4.0
|
|
github.com/labstack/echo/v4 v4.1.16
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
|
|
github.com/shurcooL/vfsgen v0.0.0-20200627165143-92b8a710ab6c // indirect
|
|
github.com/spf13/cobra v1.0.0
|
|
sigs.k8s.io/yaml v1.2.0
|
|
)
|