1
1
module github.com/codefresh-io/venona/venonactl
2
2
3
- go 1.19
3
+ go 1.21
4
4
5
5
require (
6
6
github.com/Masterminds/semver v1.5.0
@@ -10,49 +10,50 @@ require (
10
10
github.com/dustin/go-humanize v1.0.1
11
11
github.com/inconshreveable/log15 v2.16.0+incompatible
12
12
github.com/olekukonko/tablewriter v0.0.5
13
- github.com/spf13/cobra v1.6.1
13
+ github.com/spf13/cobra v1.8.0
14
14
github.com/spf13/viper v1.15.0
15
15
github.com/stretchr/objx v0.5.0
16
16
gopkg.in/yaml.v2 v2.4.0
17
- helm.sh/helm/v3 v3.11.1
18
- k8s.io/api v0.26.2
19
- k8s.io/apimachinery v0.26.2
20
- k8s.io/client-go v0.26.2
17
+ helm.sh/helm/v3 v3.14.4
18
+ k8s.io/api v0.29.0
19
+ k8s.io/apimachinery v0.29.0
20
+ k8s.io/client-go v0.29.0
21
21
)
22
22
23
23
require (
24
+ github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
24
25
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
25
26
github.com/Masterminds/goutils v1.1.1 // indirect
26
- github.com/Masterminds/semver/v3 v3.2.0 // indirect
27
- github.com/Microsoft/go-winio v0.6.0 // indirect
28
- github.com/Microsoft/hcsshim v0.9.7 // indirect
27
+ github.com/Masterminds/semver/v3 v3.2.1 // indirect
28
+ github.com/Microsoft/hcsshim v0.11.4 // indirect
29
29
github.com/beorn7/perks v1.0.1 // indirect
30
30
github.com/cespare/xxhash/v2 v2.2.0 // indirect
31
- github.com/containerd/containerd v1.6.19 // indirect
32
- github.com/containerd/continuity v0.3 .0 // indirect
31
+ github.com/containerd/containerd v1.7.12 // indirect
32
+ github.com/containerd/log v0.1 .0 // indirect
33
33
github.com/davecgh/go-spew v1.1.1 // indirect
34
- github.com/docker/cli v23 .0.1 +incompatible // indirect
35
- github.com/docker/distribution v2.8.1 +incompatible // indirect
36
- github.com/docker/docker v23 .0.1 +incompatible // indirect
34
+ github.com/docker/cli v24 .0.6 +incompatible // indirect
35
+ github.com/docker/distribution v2.8.2 +incompatible // indirect
36
+ github.com/docker/docker v24 .0.9 +incompatible // indirect
37
37
github.com/docker/docker-credential-helpers v0.7.0 // indirect
38
38
github.com/docker/go-connections v0.4.0 // indirect
39
39
github.com/docker/go-metrics v0.0.1 // indirect
40
40
github.com/docker/go-units v0.5.0 // indirect
41
- github.com/emicklei/go-restful/v3 v3.10.1 // indirect
42
- github.com/evanphx/json-patch v5.6 .0+incompatible // indirect
41
+ github.com/emicklei/go-restful/v3 v3.11.0 // indirect
42
+ github.com/evanphx/json-patch v5.7 .0+incompatible // indirect
43
43
github.com/fatih/color v1.14.1 // indirect
44
+ github.com/felixge/httpsnoop v1.0.3 // indirect
44
45
github.com/fsnotify/fsnotify v1.6.0 // indirect
45
46
github.com/go-errors/errors v1.4.2 // indirect
46
- github.com/go-logr/logr v1.2.3 // indirect
47
+ github.com/go-logr/logr v1.3.0 // indirect
48
+ github.com/go-logr/stdr v1.2.2 // indirect
47
49
github.com/go-openapi/jsonpointer v0.19.6 // indirect
48
50
github.com/go-openapi/jsonreference v0.20.2 // indirect
49
51
github.com/go-openapi/swag v0.22.3 // indirect
50
52
github.com/go-stack/stack v1.8.1 // indirect
51
53
github.com/gogo/protobuf v1.3.2 // indirect
52
- github.com/golang/protobuf v1.5.2 // indirect
54
+ github.com/golang/protobuf v1.5.3 // indirect
53
55
github.com/google/btree v1.1.2 // indirect
54
- github.com/google/gnostic v0.6.9 // indirect
55
- github.com/google/go-cmp v0.5.9 // indirect
56
+ github.com/google/gnostic-models v0.6.8 // indirect
56
57
github.com/google/go-querystring v1.1.0 // indirect
57
58
github.com/google/gofuzz v1.2.0 // indirect
58
59
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
@@ -77,60 +78,57 @@ require (
77
78
github.com/mitchellh/mapstructure v1.5.0 // indirect
78
79
github.com/mitchellh/reflectwalk v1.0.2 // indirect
79
80
github.com/moby/locker v1.0.1 // indirect
81
+ github.com/moby/term v0.5.0 // indirect
80
82
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
81
83
github.com/modern-go/reflect2 v1.0.2 // indirect
82
84
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
83
85
github.com/morikuni/aec v1.0.0 // indirect
84
86
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
85
87
github.com/opencontainers/go-digest v1.0.0 // indirect
86
- github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
87
- github.com/opencontainers/runc v1.1.4 // indirect
88
+ github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
88
89
github.com/pelletier/go-toml/v2 v2.0.7 // indirect
89
90
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
90
91
github.com/pkg/errors v0.9.1 // indirect
91
- github.com/prometheus/client_golang v1.14 .0 // indirect
92
- github.com/prometheus/client_model v0.3 .0 // indirect
93
- github.com/prometheus/common v0.41 .0 // indirect
94
- github.com/prometheus/procfs v0.9.0 // indirect
92
+ github.com/prometheus/client_golang v1.16 .0 // indirect
93
+ github.com/prometheus/client_model v0.4 .0 // indirect
94
+ github.com/prometheus/common v0.44 .0 // indirect
95
+ github.com/prometheus/procfs v0.10.1 // indirect
95
96
github.com/rivo/uniseg v0.4.4 // indirect
96
- github.com/sirupsen/logrus v1.9.0 // indirect
97
+ github.com/sirupsen/logrus v1.9.3 // indirect
97
98
github.com/spf13/afero v1.9.5 // indirect
98
99
github.com/spf13/cast v1.5.0 // indirect
99
100
github.com/spf13/jwalterweatherman v1.1.0 // indirect
100
101
github.com/spf13/pflag v1.0.5 // indirect
101
102
github.com/subosito/gotenv v1.4.2 // indirect
102
- github.com/xlab/treeprint v1.1.0 // indirect
103
- go.starlark.net v0.0.0-20230302034142-4b1e35fe2254 // indirect
104
- golang.org/x/crypto v0.7.0 // indirect
105
- golang.org/x/mod v0.9.0 // indirect
106
- golang.org/x/net v0.8.0 // indirect
107
- golang.org/x/oauth2 v0.6.0 // indirect
108
- golang.org/x/sync v0.1.0 // indirect
109
- golang.org/x/sys v0.6.0 // indirect
110
- golang.org/x/term v0.6.0 // indirect
111
- golang.org/x/text v0.8.0 // indirect
103
+ github.com/xlab/treeprint v1.2.0 // indirect
104
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 // indirect
105
+ go.opentelemetry.io/otel v1.19.0 // indirect
106
+ go.opentelemetry.io/otel/metric v1.19.0 // indirect
107
+ go.opentelemetry.io/otel/trace v1.19.0 // indirect
108
+ go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
109
+ golang.org/x/crypto v0.29.0 // indirect
110
+ golang.org/x/net v0.31.0 // indirect
111
+ golang.org/x/oauth2 v0.10.0 // indirect
112
+ golang.org/x/sync v0.9.0 // indirect
113
+ golang.org/x/sys v0.27.0 // indirect
114
+ golang.org/x/term v0.26.0 // indirect
115
+ golang.org/x/text v0.20.0 // indirect
112
116
golang.org/x/time v0.3.0 // indirect
113
- golang.org/x/tools v0.7.0 // indirect
114
117
google.golang.org/appengine v1.6.7 // indirect
115
- google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
116
- google.golang.org/grpc v1.53.0 // indirect
117
- google.golang.org/protobuf v1.28.1 // indirect
118
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
119
+ google.golang.org/grpc v1.58.3 // indirect
120
+ google.golang.org/protobuf v1.33.0 // indirect
118
121
gopkg.in/inf.v0 v0.9.1 // indirect
119
122
gopkg.in/ini.v1 v1.67.0 // indirect
120
123
gopkg.in/yaml.v3 v3.0.1 // indirect
121
- k8s.io/cli-runtime v0.26.2 // indirect
122
- k8s.io/klog/v2 v2.90 .1 // indirect
123
- k8s.io/kube-openapi v0.0.0-20230303024457-afdc3dddf62d // indirect
124
- k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 // indirect
125
- oras.land/oras-go v1.2.2 // indirect
124
+ k8s.io/cli-runtime v0.29.0 // indirect
125
+ k8s.io/klog/v2 v2.110 .1 // indirect
126
+ k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
127
+ k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
128
+ oras.land/oras-go v1.2.4 // indirect
126
129
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
127
- sigs.k8s.io/kustomize/api v0.12.1 // indirect
128
- sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect
129
- sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
130
+ sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
131
+ sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
132
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
130
133
sigs.k8s.io/yaml v1.3.0 // indirect
131
134
)
132
-
133
- replace (
134
- github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d
135
- github.com/docker/docker => github.com/moby/moby v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
136
- )
0 commit comments