mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-02-14 18:29:53 +00:00
20 lines
604 B
Modula-2
20 lines
604 B
Modula-2
module github.com/replicatedhq/troubleshoot
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/onsi/gomega v1.5.0
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/viper v1.4.0
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/xo/dburl v0.0.0-20190203050942-98997a05b24f
|
|
golang.org/x/net v0.0.0-20190522155817-f3200d17e092
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b
|
|
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
|
|
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
|
|
sigs.k8s.io/controller-runtime v0.2.0-beta.2
|
|
sigs.k8s.io/controller-tools v0.2.0-beta.2 // indirect
|
|
|
|
)
|