|
1 | 1 | module github.com/codefresh-io/venona/venonactl
|
2 | 2 |
|
| 3 | +go 1.13 |
| 4 | + |
3 | 5 | require (
|
4 |
| - contrib.go.opencensus.io/exporter/ocagent v0.4.3 // indirect |
5 |
| - github.com/Azure/go-autorest v11.4.0+incompatible // indirect |
6 |
| - github.com/Masterminds/goutils v1.1.0 // indirect |
| 6 | + github.com/Azure/go-autorest/autorest v0.10.0 // indirect |
7 | 7 | github.com/Masterminds/semver v1.5.0 // indirect
|
8 | 8 | github.com/Masterminds/sprig v2.22.0+incompatible
|
9 |
| - github.com/codefresh-io/go-sdk v0.17.0 |
| 9 | + github.com/codefresh-io/go-sdk v0.18.0 |
10 | 10 | github.com/dustin/go-humanize v1.0.0
|
11 |
| - github.com/google/go-github/v21 v21.0.0 |
12 |
| - github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367 // indirect |
13 |
| - github.com/google/uuid v1.1.1 // indirect |
14 |
| - github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d // indirect |
15 |
| - github.com/gophercloud/gophercloud v0.0.0-20190206021053-df38e1611dbe // indirect |
16 |
| - github.com/gregjones/httpcache v0.0.0-20170728041850-787624de3eb7 // indirect |
17 |
| - github.com/hashicorp/go-version v1.1.0 |
| 11 | + github.com/gophercloud/gophercloud v0.8.0 // indirect |
18 | 12 | github.com/huandu/xstrings v1.3.0 // indirect
|
19 |
| - github.com/imdario/mergo v0.3.5 // indirect |
20 |
| - github.com/inconshreveable/log15 v0.0.0-20180818164646-67afb5ed74ec |
21 |
| - github.com/json-iterator/go v0.0.0-20180701071628-ab8a2e0c74be // indirect |
22 |
| - github.com/mattn/go-colorable v0.1.0 // indirect |
23 |
| - github.com/mattn/go-isatty v0.0.4 // indirect |
24 |
| - github.com/mitchellh/copystructure v1.0.0 // indirect |
25 |
| - github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
26 |
| - github.com/modern-go/reflect2 v1.0.1 // indirect |
| 13 | + github.com/imdario/mergo v0.3.8 // indirect |
| 14 | + github.com/inconshreveable/log15 v0.0.0-20200109203555-b30bc20e4fd1 |
| 15 | + github.com/mattn/go-colorable v0.1.6 // indirect |
27 | 16 | github.com/olekukonko/tablewriter v0.0.4
|
28 |
| - github.com/peterbourgon/diskv v2.0.1+incompatible // indirect |
29 |
| - github.com/spf13/cobra v0.0.5 |
30 |
| - github.com/spf13/viper v1.6.1 |
31 |
| - go.opencensus.io v0.19.0 // indirect |
32 |
| - google.golang.org/appengine v1.4.0 // indirect |
33 |
| - gopkg.in/inf.v0 v0.9.0 // indirect |
34 |
| - gopkg.in/yaml.v2 v2.2.7 |
35 |
| - k8s.io/api v0.0.0-20181221193117-173ce66c1e39 |
36 |
| - k8s.io/apimachinery v0.0.0-20181127025237-2b1284ed4c93 |
37 |
| - k8s.io/client-go v10.0.0+incompatible |
38 |
| - k8s.io/klog v0.0.0-20181108234604-8139d8cb77af // indirect |
39 |
| - sigs.k8s.io/yaml v1.1.0 // indirect |
| 17 | + github.com/spf13/cobra v0.0.6 |
| 18 | + github.com/spf13/viper v1.6.2 |
| 19 | + gopkg.in/yaml.v2 v2.2.8 |
| 20 | + helm.sh/helm/v3 v3.1.1 |
| 21 | + k8s.io/api v0.17.3 |
| 22 | + k8s.io/apimachinery v0.17.3 |
| 23 | + k8s.io/client-go v0.17.3 |
| 24 | + k8s.io/utils v0.0.0-20200229041039-0a110f9eb7ab // indirect |
40 | 25 | )
|
41 | 26 |
|
42 |
| -replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20181218151757-9b75e4fe745a |
43 |
| - |
44 |
| -replace github.com/census-instrumentation/opencensus-proto => github.com/census-instrumentation/opencensus-proto v0.0.3-0.20181214143942-ba49f56771b8 |
45 |
| - |
46 |
| -go 1.13 |
| 27 | +replace github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.3.2+incompatible |
0 commit comments