5
5
replace github.com/chzyer/logex v1.1.10 => github.com/chzyer/logex v1.2.0
6
6
7
7
require (
8
- github.com/golang/glog v1.1.0
8
+ github.com/golang/glog v1.1.1
9
9
github.com/maxbrunsfeld/counterfeiter/v6 v6.6.1
10
- github.com/nats-io/nats-server/v2 v2.9.15
10
+ github.com/nats-io/nats-server/v2 v2.9.16
11
11
github.com/nats-io/nats.go v1.25.0
12
12
github.com/onsi/ginkgo/v2 v2.9.2
13
13
github.com/onsi/gomega v1.27.6
@@ -19,7 +19,7 @@ require (
19
19
golang.org/x/text v0.9.0
20
20
google.golang.org/grpc v1.54.0
21
21
gopkg.in/yaml.v2 v2.4.0
22
- helm.sh/helm/v3 v3.11.2
22
+ helm.sh/helm/v3 v3.11.3
23
23
k8s.io/api v0.26.3
24
24
k8s.io/apiextensions-apiserver v0.26.3
25
25
k8s.io/apimachinery v0.26.3
@@ -35,6 +35,7 @@ require (
35
35
)
36
36
37
37
require (
38
+ github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1 // indirect
38
39
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
39
40
github.com/BurntSushi/toml v1.2.1 // indirect
40
41
github.com/MakeNowJust/heredoc v1.0.0 // indirect
@@ -47,7 +48,7 @@ require (
47
48
github.com/beorn7/perks v1.0.1 // indirect
48
49
github.com/cespare/xxhash/v2 v2.2.0 // indirect
49
50
github.com/chai2010/gettext-go v1.0.2 // indirect
50
- github.com/containerd/containerd v1.6.18 // indirect
51
+ github.com/containerd/containerd v1.7.0 // indirect
51
52
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
52
53
github.com/davecgh/go-spew v1.1.1 // indirect
53
54
github.com/docker/cli v20.10.21+incompatible // indirect
@@ -68,6 +69,7 @@ require (
68
69
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
69
70
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
70
71
github.com/go-logr/logr v1.2.4 // indirect
72
+ github.com/go-logr/stdr v1.2.2 // indirect
71
73
github.com/go-openapi/jsonpointer v0.19.6 // indirect
72
74
github.com/go-openapi/jsonreference v0.20.2 // indirect
73
75
github.com/go-openapi/swag v0.22.3 // indirect
@@ -87,13 +89,15 @@ require (
87
89
github.com/gorilla/mux v1.8.0 // indirect
88
90
github.com/gosuri/uitable v0.0.4 // indirect
89
91
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
92
+ github.com/hashicorp/errwrap v1.1.0 // indirect
93
+ github.com/hashicorp/go-multierror v1.1.1 // indirect
90
94
github.com/huandu/xstrings v1.4.0 // indirect
91
95
github.com/imdario/mergo v0.3.15 // indirect
92
96
github.com/inconshreveable/mousetrap v1.1.0 // indirect
93
97
github.com/jmoiron/sqlx v1.3.5 // indirect
94
98
github.com/josharian/intern v1.0.0 // indirect
95
99
github.com/json-iterator/go v1.1.12 // indirect
96
- github.com/klauspost/compress v1.16.3 // indirect
100
+ github.com/klauspost/compress v1.16.4 // indirect
97
101
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
98
102
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
99
103
github.com/lib/pq v1.10.7 // indirect
@@ -119,7 +123,7 @@ require (
119
123
github.com/nats-io/nkeys v0.4.4 // indirect
120
124
github.com/nats-io/nuid v1.0.1 // indirect
121
125
github.com/opencontainers/go-digest v1.0.0 // indirect
122
- github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
126
+ github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
123
127
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
124
128
github.com/pkg/errors v0.9.1 // indirect
125
129
github.com/prometheus/client_golang v1.14.0 // indirect
@@ -137,17 +141,19 @@ require (
137
141
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
138
142
github.com/xlab/treeprint v1.1.0 // indirect
139
143
github.com/zeebo/errs v1.3.0 // indirect
144
+ go.opentelemetry.io/otel v1.14.0 // indirect
145
+ go.opentelemetry.io/otel/trace v1.14.0 // indirect
140
146
go.starlark.net v0.0.0-20221028183056-acb66ad56dd2 // indirect
141
147
go.uber.org/atomic v1.10.0 // indirect
142
148
go.uber.org/goleak v1.2.1 // indirect
143
149
go.uber.org/multierr v1.11.0 // indirect
144
- golang.org/x/crypto v0.7 .0 // indirect
150
+ golang.org/x/crypto v0.8 .0 // indirect
145
151
golang.org/x/mod v0.9.0 // indirect
146
- golang.org/x/net v0.8 .0 // indirect
152
+ golang.org/x/net v0.9 .0 // indirect
147
153
golang.org/x/oauth2 v0.6.0 // indirect
148
154
golang.org/x/sync v0.1.0 // indirect
149
- golang.org/x/sys v0.6 .0 // indirect
150
- golang.org/x/term v0.6 .0 // indirect
155
+ golang.org/x/sys v0.7 .0 // indirect
156
+ golang.org/x/term v0.7 .0 // indirect
151
157
golang.org/x/time v0.3.0 // indirect
152
158
golang.org/x/tools v0.7.0 // indirect
153
159
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
0 commit comments