mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
55 lines
2.2 KiB
Modula-2
55 lines
2.2 KiB
Modula-2
module github.com/replicatedhq/troubleshoot
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
cloud.google.com/go v0.57.0 // indirect
|
|
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/containers/image/v5 v5.10.4
|
|
github.com/docker/distribution v2.7.1+incompatible
|
|
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/gofuzz v1.1.0
|
|
github.com/hashicorp/go-getter v1.3.1-0.20190627223108-da0323b9545e
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/lib/pq v1.3.0
|
|
github.com/manifoldco/promptui v0.8.0
|
|
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/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // 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.7.0
|
|
github.com/tj/go-spin v1.1.0
|
|
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a // indirect
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
|
|
golang.org/x/tools v0.0.0-20200916195026-c9a70fc28ce3 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // 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
|
|
)
|