mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
66 lines
2.7 KiB
Modula-2
66 lines
2.7 KiB
Modula-2
module github.com/replicatedhq/troubleshoot
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
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/dsnet/compress v0.0.1 // 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/frankban/quicktest v1.7.2 // indirect
|
|
github.com/gin-gonic/gin v1.4.0
|
|
github.com/gizak/termui/v3 v3.1.0
|
|
github.com/go-openapi/spec v0.19.4 // indirect
|
|
github.com/go-openapi/validate v0.19.5 // indirect
|
|
github.com/go-redis/redis/v7 v7.2.0
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/golang/snappy v0.0.1 // indirect
|
|
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/imdario/mergo v0.3.8 // indirect
|
|
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/mholt/archiver v3.1.1+incompatible
|
|
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
|
|
github.com/nicksnyder/go-i18n v1.10.1 // indirect
|
|
github.com/nwaples/rardecode v1.0.0 // indirect
|
|
github.com/onsi/ginkgo v1.11.0 // indirect
|
|
github.com/onsi/gomega v1.9.0 // indirect
|
|
github.com/pierrec/lz4 v2.2.6+incompatible // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/procfs v0.0.5 // indirect
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/viper v1.4.0
|
|
github.com/stretchr/testify v1.5.1
|
|
github.com/tj/go-spin v1.1.0
|
|
github.com/ugorji/go v1.1.7 // indirect
|
|
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
|
|
go.opencensus.io v0.22.0 // indirect
|
|
go.undefinedlabs.com/scopeagent v0.1.7
|
|
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 // indirect
|
|
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 // indirect
|
|
golang.org/x/tools v0.0.0-20191010075000-0337d82405ff // indirect
|
|
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20191105091915-95d230a53780 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
k8s.io/api v0.17.4
|
|
k8s.io/apiextensions-apiserver v0.15.12-beta.0
|
|
k8s.io/apimachinery v0.17.4
|
|
k8s.io/apiserver v0.17.4 // indirect
|
|
k8s.io/cli-runtime v0.17.0
|
|
k8s.io/client-go v0.17.4
|
|
k8s.io/code-generator v0.16.5-beta.1 // indirect
|
|
sigs.k8s.io/controller-runtime v0.4.0
|
|
sigs.k8s.io/controller-tools v0.2.4 // indirect
|
|
)
|
|
|
|
replace github.com/appscode/jsonpatch => github.com/gomodules/jsonpatch v2.0.1+incompatible
|