Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed May 27, 2020
1 parent f5d737f commit 1c3496e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 89 deletions.
8 changes: 0 additions & 8 deletions go.mod
Expand Up @@ -3,7 +3,6 @@ module github.com/replicatedhq/troubleshoot
go 1.12

require (
github.com/Azure/go-autorest v11.1.2+incompatible // 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
Expand All @@ -16,10 +15,8 @@ require (
github.com/frankban/quicktest v1.7.2 // indirect
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/gobuffalo/flect v0.2.0 // indirect
github.com/gobwas/glob v0.2.3
github.com/golang/snappy v0.0.1 // indirect
github.com/google/gofuzz v1.1.0
Expand All @@ -33,7 +30,6 @@ require (
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/natefinch/lumberjack v2.0.0+incompatible // 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
Expand All @@ -54,18 +50,14 @@ require (
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.v1 v1.0.0-20140924161607-9f9df34309c0 // indirect
gopkg.in/yaml.v2 v2.2.8
k8s.io/api v0.17.4
k8s.io/apiextensions-apiserver v0.15.13-beta.0
k8s.io/apimachinery v0.17.4
k8s.io/apiserver v0.17.0 // indirect
k8s.io/cli-runtime v0.17.4
k8s.io/client-go v0.17.4
k8s.io/code-generator v0.16.5-beta.1 // indirect
k8s.io/kube-openapi v0.0.0-20200121204235-bf4fb3bd569c // indirect
k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89 // indirect
sigs.k8s.io/controller-runtime v0.4.0
sigs.k8s.io/controller-tools v0.2.4 // indirect
sigs.k8s.io/yaml v1.2.0 // indirect
)

0 comments on commit 1c3496e

Please sign in to comment.