mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
52 lines
2.1 KiB
Modula-2
52 lines
2.1 KiB
Modula-2
module github.com/replicatedhq/troubleshoot
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
|
|
github.com/ahmetalpbalkan/go-cursor v0.0.0-20131010032410-8136607ea412
|
|
github.com/aws/aws-sdk-go v1.25.18 // indirect
|
|
github.com/blang/semver v3.5.1+incompatible
|
|
github.com/chzyer/logex v1.1.11-0.20160617073814-96a4d311aa9b // indirect
|
|
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
|
|
github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484 // indirect
|
|
github.com/emicklei/go-restful v2.9.6+incompatible // indirect
|
|
github.com/fatih/color v1.7.0
|
|
github.com/go-ole/go-ole v1.2.5 // indirect
|
|
github.com/go-openapi/spec v0.19.4 // indirect
|
|
github.com/go-redis/redis/v7 v7.2.0
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/godbus/dbus v4.1.0+incompatible
|
|
github.com/google/go-containerregistry v0.4.1
|
|
github.com/google/gofuzz v1.1.0
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
|
github.com/hashicorp/go-getter v1.3.1-0.20190627223108-da0323b9545e
|
|
github.com/hashicorp/go-multierror v1.0.0
|
|
github.com/lib/pq v1.3.0
|
|
github.com/manifoldco/promptui v0.3.2
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
|
github.com/mattn/go-isatty v0.0.9
|
|
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
|
|
github.com/nicksnyder/go-i18n v1.10.1 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/replicatedhq/termui/v3 v3.1.1-0.20200811145416-f40076d26851
|
|
github.com/segmentio/ksuid v1.0.3
|
|
github.com/shirou/gopsutil v3.21.1+incompatible
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.7.0
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/tj/go-spin v1.1.0
|
|
github.com/ulikunitz/xz v0.5.6 // indirect
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
|
|
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20191105091915-95d230a53780 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
k8s.io/api v0.20.2
|
|
k8s.io/apiextensions-apiserver v0.20.2
|
|
k8s.io/apimachinery v0.20.2
|
|
k8s.io/cli-runtime v0.20.2
|
|
k8s.io/client-go v0.20.2
|
|
sigs.k8s.io/controller-runtime v0.8.3
|
|
)
|