mirror of
https://github.com/wahyd4/kt-connect.git
synced 2026-08-09 05:16:02 +10:00
31 lines
1.4 KiB
AMPL
31 lines
1.4 KiB
AMPL
module github.com/alibaba/kt-connect
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/campoy/embedmd v0.0.0-20171205015432-c59ce00e0296 // indirect
|
|
github.com/deckarep/golang-set v1.7.1
|
|
github.com/dustin/go-broadcast v0.0.0-20171205050544-f664265f5a66 // indirect
|
|
github.com/gin-gonic/autotls v0.0.0-20180426091246-be87bd5ef97b // indirect
|
|
github.com/gin-gonic/gin v1.4.0
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/imdario/mergo v0.3.7 // indirect
|
|
github.com/jessevdk/go-assets v0.0.0-20160921144138-4f4301a06e15 // indirect
|
|
github.com/kubernetes/dashboard v1.10.1
|
|
github.com/lextoumbourou/goodhosts v2.1.0+incompatible
|
|
github.com/manucorporat/stats v0.0.0-20180402194714-3ba42d56d227 // indirect
|
|
github.com/miekg/dns v0.0.0-20190106042521-5beb9624161b
|
|
github.com/rs/zerolog v0.0.0-20190704061603-77a169535877
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
|
|
github.com/thinkerou/favicon v0.1.0 // indirect
|
|
github.com/urfave/cli v0.0.0-20190203184040-693af58b4d51
|
|
golang.org/x/lint v0.0.0-20181011164241-5906bd5c48cd // indirect
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
|
|
google.golang.org/grpc v1.15.0 // indirect
|
|
k8s.io/api v0.0.0-20190717022910-653c86b0609b
|
|
k8s.io/apimachinery v0.0.0-20190717022731-0bb8574e0887
|
|
k8s.io/client-go v0.0.0-20190620085101-78d2af792bab
|
|
k8s.io/utils v0.0.0-20190712204705-3dccf664f023 // indirect
|
|
)
|