mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
48 lines
1.9 KiB
Modula-2
48 lines
1.9 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.22.0 // indirect
|
|
github.com/blang/semver v3.5.1+incompatible
|
|
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/golang/snappy v0.0.1 // 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.7 // indirect
|
|
github.com/manifoldco/promptui v0.3.2
|
|
github.com/mattn/go-isatty v0.0.8
|
|
github.com/mholt/archiver v3.1.1+incompatible
|
|
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
|
|
github.com/nwaples/rardecode v1.0.0 // indirect
|
|
github.com/pierrec/lz4 v2.2.6+incompatible // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/viper v1.4.0
|
|
github.com/stretchr/testify v1.4.0
|
|
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.undefinedlabs.com/scopeagent v0.1.6
|
|
gopkg.in/yaml.v2 v2.2.4
|
|
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect
|
|
k8s.io/api v0.17.0
|
|
k8s.io/apiextensions-apiserver v0.0.0-20190918161926-8f644eb6e783
|
|
k8s.io/apimachinery v0.17.0
|
|
k8s.io/cli-runtime v0.17.0
|
|
k8s.io/client-go v0.17.0
|
|
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
|