Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit 71149c5

Browse files
authored
Update dependencies (#292)
1 parent 121a508 commit 71149c5

File tree

2 files changed

+52
-34
lines changed

2 files changed

+52
-34
lines changed

go.mod

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ go 1.20
55
replace github.com/chzyer/logex v1.1.10 => github.com/chzyer/logex v1.2.0
66

77
require (
8-
github.com/golang/glog v1.1.0
8+
github.com/golang/glog v1.1.1
99
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
1111
github.com/nats-io/nats.go v1.25.0
1212
github.com/onsi/ginkgo/v2 v2.9.2
1313
github.com/onsi/gomega v1.27.6
@@ -19,7 +19,7 @@ require (
1919
golang.org/x/text v0.9.0
2020
google.golang.org/grpc v1.54.0
2121
gopkg.in/yaml.v2 v2.4.0
22-
helm.sh/helm/v3 v3.11.2
22+
helm.sh/helm/v3 v3.11.3
2323
k8s.io/api v0.26.3
2424
k8s.io/apiextensions-apiserver v0.26.3
2525
k8s.io/apimachinery v0.26.3
@@ -35,6 +35,7 @@ require (
3535
)
3636

3737
require (
38+
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1 // indirect
3839
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
3940
github.com/BurntSushi/toml v1.2.1 // indirect
4041
github.com/MakeNowJust/heredoc v1.0.0 // indirect
@@ -47,7 +48,7 @@ require (
4748
github.com/beorn7/perks v1.0.1 // indirect
4849
github.com/cespare/xxhash/v2 v2.2.0 // indirect
4950
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
5152
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
5253
github.com/davecgh/go-spew v1.1.1 // indirect
5354
github.com/docker/cli v20.10.21+incompatible // indirect
@@ -68,6 +69,7 @@ require (
6869
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
6970
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
7071
github.com/go-logr/logr v1.2.4 // indirect
72+
github.com/go-logr/stdr v1.2.2 // indirect
7173
github.com/go-openapi/jsonpointer v0.19.6 // indirect
7274
github.com/go-openapi/jsonreference v0.20.2 // indirect
7375
github.com/go-openapi/swag v0.22.3 // indirect
@@ -87,13 +89,15 @@ require (
8789
github.com/gorilla/mux v1.8.0 // indirect
8890
github.com/gosuri/uitable v0.0.4 // indirect
8991
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
9094
github.com/huandu/xstrings v1.4.0 // indirect
9195
github.com/imdario/mergo v0.3.15 // indirect
9296
github.com/inconshreveable/mousetrap v1.1.0 // indirect
9397
github.com/jmoiron/sqlx v1.3.5 // indirect
9498
github.com/josharian/intern v1.0.0 // indirect
9599
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
97101
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
98102
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
99103
github.com/lib/pq v1.10.7 // indirect
@@ -119,7 +123,7 @@ require (
119123
github.com/nats-io/nkeys v0.4.4 // indirect
120124
github.com/nats-io/nuid v1.0.1 // indirect
121125
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
123127
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
124128
github.com/pkg/errors v0.9.1 // indirect
125129
github.com/prometheus/client_golang v1.14.0 // indirect
@@ -137,17 +141,19 @@ require (
137141
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
138142
github.com/xlab/treeprint v1.1.0 // indirect
139143
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
140146
go.starlark.net v0.0.0-20221028183056-acb66ad56dd2 // indirect
141147
go.uber.org/atomic v1.10.0 // indirect
142148
go.uber.org/goleak v1.2.1 // indirect
143149
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
145151
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
147153
golang.org/x/oauth2 v0.6.0 // indirect
148154
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
151157
golang.org/x/time v0.3.0 // indirect
152158
golang.org/x/tools v0.7.0 // indirect
153159
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect

0 commit comments

Comments
 (0)