mirror of
https://github.com/Octops/quake-kube.git
synced 2026-04-07 18:30:33 +00:00
Initial commit
This commit is contained in:
15
go.mod
Normal file
15
go.mod
Normal file
@ -0,0 +1,15 @@
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user