mirror of
https://github.com/1Panel-dev/KubePi.git
synced 2025-10-03 22:46:23 +08:00
19 lines
575 B
Modula-2
19 lines
575 B
Modula-2
module github.com/KubeOperator/webkubectl/gotty
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/NYTimes/gziphandler v1.1.1
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
github.com/creack/pty v1.1.15
|
|
github.com/elazarl/go-bindata-assetfs v1.0.1
|
|
github.com/fatih/structs v1.1.0
|
|
github.com/go-redis/redis/v8 v8.11.3
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
golang.org/x/sys v0.0.0-20210927052749-1cf2251ac284 // indirect
|
|
)
|