Skip to content

Commit b276244

Browse files
build(deps): bump the dependabot group across 1 directory with 13 updates (#1056)
Bumps the dependabot group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/logrusorgru/aurora](https://github.com/logrusorgru/aurora) | `0.0.0-20200102142835-e9ef32dff381` | `2.0.3+incompatible` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.20.3` | `1.20.4` | | gopkg.in/olivere/elastic.v5 | `5.0.84` | `5.0.86` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.28.4` | `0.31.1` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.28.4` | `0.31.1` | Updates `github.com/logrusorgru/aurora` from 0.0.0-20200102142835-e9ef32dff381 to 2.0.3+incompatible - [Changelog](https://github.com/logrusorgru/aurora/blob/master/CHANGELOG.md) - [Commits](https://github.com/logrusorgru/aurora/commits/v2.0.3) Updates `github.com/prometheus/client_golang` from 1.20.3 to 1.20.4 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.20.3...v1.20.4) Updates `github.com/stretchr/testify` from 1.8.3 to 1.9.0 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.8.3...v1.9.0) Updates `golang.org/x/crypto` from 0.14.0 to 0.27.0 - [Commits](golang/crypto@v0.14.0...v0.27.0) Updates `golang.org/x/net` from 0.17.0 to 0.29.0 - [Commits](golang/net@v0.17.0...v0.29.0) Updates `golang.org/x/oauth2` from 0.8.0 to 0.23.0 - [Commits](golang/oauth2@v0.8.0...v0.23.0) Updates `golang.org/x/time` from 0.3.0 to 0.6.0 - [Commits](golang/time@v0.3.0...v0.6.0) Updates `google.golang.org/api` from 0.114.0 to 0.196.0 - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.114.0...v0.196.0) Updates `google.golang.org/genproto` from 0.0.0-20230410155749-daa745c078e1 to 0.0.0-20240903143218-8af14fe29dc1 - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/grpc` from 1.56.3 to 1.66.1 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.56.3...v1.66.1) Updates `gopkg.in/olivere/elastic.v5` from 5.0.84 to 5.0.86 Updates `k8s.io/apimachinery` from 0.28.4 to 0.31.1 - [Commits](kubernetes/apimachinery@v0.28.4...v0.31.1) Updates `k8s.io/client-go` from 0.28.4 to 0.31.1 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.28.4...v0.31.1) --- updated-dependencies: - dependency-name: github.com/logrusorgru/aurora dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependabot - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependabot - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: golang.org/x/time dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: google.golang.org/genproto dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependabot - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: gopkg.in/olivere/elastic.v5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependabot - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b52cba4 commit b276244

File tree

2 files changed

+340
-1170
lines changed

2 files changed

+340
-1170
lines changed

go.mod

Lines changed: 135 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ toolchain go1.22.2
77
require (
88
cloud.google.com/go/datastore v1.19.0
99
cloud.google.com/go/pubsub v1.43.0
10-
github.com/Microsoft/go-winio v0.6.2 // indirect
1110
github.com/Shopify/sarama v1.38.1
1211
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9
1312
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
@@ -16,54 +15,164 @@ require (
1615
github.com/boltdb/bolt v1.3.1
1716
github.com/cenkalti/backoff v2.2.1+incompatible
1817
github.com/dgraph-io/badger/v2 v2.2007.4
19-
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
2018
github.com/docker/docker v27.2.1+incompatible
21-
github.com/docker/go-connections v0.5.0 // indirect
22-
github.com/docker/go-units v0.5.0 // indirect
2319
github.com/elazarl/go-bindata-assetfs v1.0.1
2420
github.com/gammazero/workerpool v1.1.3
2521
github.com/getkin/kin-openapi v0.127.0
2622
github.com/getlantern/deepcopy v0.0.0-20160317154340-7f45deb8130a
2723
github.com/ghodss/yaml v1.0.0
2824
github.com/gizak/termui v2.3.0+incompatible
29-
github.com/go-ini/ini v1.67.0 // indirect
30-
github.com/go-ole/go-ole v1.3.0 // indirect
3125
github.com/go-test/deep v1.1.1
26+
github.com/gogo/protobuf v1.3.2
3227
github.com/golang/gddo v0.0.0-20210115222349-20d68f94ee1f
3328
github.com/golang/protobuf v1.5.4
3429
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
30+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
31+
github.com/hashicorp/go-multierror v1.1.1
3532
github.com/imdario/mergo v0.3.16
3633
github.com/jlaffaye/ftp v0.2.0
3734
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
3835
github.com/kr/pretty v0.3.1
39-
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
40-
github.com/maruel/panicparse v1.3.0 // indirect
41-
github.com/mattn/go-runewidth v0.0.8 // indirect
36+
github.com/logrusorgru/aurora v2.0.3+incompatible
4237
github.com/minio/minio-go v6.0.14+incompatible
43-
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
44-
github.com/moby/term v0.5.0 // indirect
45-
github.com/morikuni/aec v1.0.0 // indirect
4638
github.com/ncw/swift v1.0.53
4739
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
48-
github.com/prometheus/client_golang v1.20.3
40+
github.com/prometheus/client_golang v1.20.4
4941
github.com/prometheus/common v0.59.1
5042
github.com/rs/xid v1.6.0
5143
github.com/shirou/gopsutil v3.21.11+incompatible
5244
github.com/sirupsen/logrus v1.9.3
5345
github.com/spf13/cobra v1.8.1
5446
github.com/spf13/pflag v1.0.5
55-
github.com/stretchr/testify v1.8.3
56-
golang.org/x/crypto v0.14.0
57-
golang.org/x/net v0.17.0
58-
golang.org/x/oauth2 v0.8.0
59-
golang.org/x/time v0.3.0
60-
google.golang.org/api v0.114.0
61-
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
62-
google.golang.org/grpc v1.56.3
63-
gopkg.in/ini.v1 v1.51.0 // indirect
64-
gopkg.in/olivere/elastic.v5 v5.0.84
47+
github.com/stretchr/testify v1.9.0
48+
go.mongodb.org/mongo-driver v1.16.1
49+
golang.org/x/crypto v0.27.0
50+
golang.org/x/net v0.29.0
51+
golang.org/x/oauth2 v0.23.0
52+
golang.org/x/time v0.6.0
53+
google.golang.org/api v0.196.0
54+
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1
55+
google.golang.org/grpc v1.66.1
56+
google.golang.org/protobuf v1.34.2
57+
gopkg.in/olivere/elastic.v5 v5.0.86
58+
k8s.io/api v0.31.1
59+
k8s.io/apimachinery v0.31.1
60+
k8s.io/client-go v0.31.1
61+
)
62+
63+
require (
64+
cloud.google.com/go v0.115.1 // indirect
65+
cloud.google.com/go/auth v0.9.3 // indirect
66+
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
67+
cloud.google.com/go/compute/metadata v0.5.0 // indirect
68+
cloud.google.com/go/iam v1.2.0 // indirect
69+
github.com/Microsoft/go-winio v0.6.2 // indirect
70+
github.com/beorn7/perks v1.0.1 // indirect
71+
github.com/cespare/xxhash v1.1.0 // indirect
72+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
73+
github.com/containerd/log v0.1.0 // indirect
74+
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
75+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
76+
github.com/dgraph-io/ristretto v0.0.3-0.20200630154024-f66de99634de // indirect
77+
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
78+
github.com/distribution/reference v0.6.0 // indirect
79+
github.com/docker/go-connections v0.5.0 // indirect
80+
github.com/docker/go-units v0.5.0 // indirect
81+
github.com/dustin/go-humanize v1.0.0 // indirect
82+
github.com/eapache/go-resiliency v1.3.0 // indirect
83+
github.com/eapache/go-xerial-snappy v0.0.0-20230111030713-bf00bc1b83b6 // indirect
84+
github.com/eapache/queue v1.1.0 // indirect
85+
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
86+
github.com/felixge/httpsnoop v1.0.4 // indirect
87+
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
88+
github.com/gammazero/deque v0.2.0 // indirect
89+
github.com/go-ini/ini v1.67.0 // indirect
90+
github.com/go-logr/logr v1.4.2 // indirect
91+
github.com/go-logr/stdr v1.2.2 // indirect
92+
github.com/go-ole/go-ole v1.3.0 // indirect
93+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
94+
github.com/go-openapi/jsonreference v0.20.2 // indirect
95+
github.com/go-openapi/swag v0.23.0 // indirect
96+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
97+
github.com/golang/snappy v0.0.4 // indirect
98+
github.com/google/gnostic-models v0.6.8 // indirect
99+
github.com/google/go-cmp v0.6.0 // indirect
100+
github.com/google/gofuzz v1.2.0 // indirect
101+
github.com/google/s2a-go v0.1.8 // indirect
102+
github.com/google/uuid v1.6.0 // indirect
103+
github.com/googleapis/enterprise-certificate-proxy v0.3.3 // indirect
104+
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
105+
github.com/hashicorp/errwrap v1.0.0 // indirect
106+
github.com/hashicorp/go-uuid v1.0.3 // indirect
107+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
108+
github.com/invopop/yaml v0.3.1 // indirect
109+
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
110+
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
111+
github.com/jcmturner/gofork v1.7.6 // indirect
112+
github.com/jcmturner/gokrb5/v8 v8.4.3 // indirect
113+
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
114+
github.com/jmespath/go-jmespath v0.4.0 // indirect
115+
github.com/josharian/intern v1.0.0 // indirect
116+
github.com/json-iterator/go v1.1.12 // indirect
117+
github.com/klauspost/compress v1.17.9 // indirect
118+
github.com/kr/text v0.2.0 // indirect
119+
github.com/mailru/easyjson v0.7.7 // indirect
120+
github.com/maruel/panicparse v1.3.0 // indirect
121+
github.com/mattn/go-runewidth v0.0.9 // indirect
122+
github.com/mitchellh/go-homedir v1.1.0 // indirect
123+
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
124+
github.com/moby/docker-image-spec v1.3.1 // indirect
125+
github.com/moby/term v0.5.0 // indirect
126+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
127+
github.com/modern-go/reflect2 v1.0.2 // indirect
128+
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
129+
github.com/montanaflynn/stats v0.7.1 // indirect
130+
github.com/morikuni/aec v1.0.0 // indirect
131+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
132+
github.com/nsf/termbox-go v1.1.1 // indirect
133+
github.com/opencontainers/go-digest v1.0.0 // indirect
134+
github.com/opencontainers/image-spec v1.1.0 // indirect
135+
github.com/perimeterx/marshmallow v1.1.5 // indirect
136+
github.com/pierrec/lz4/v4 v4.1.17 // indirect
137+
github.com/pkg/errors v0.9.1 // indirect
138+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
139+
github.com/prometheus/client_model v0.6.1 // indirect
140+
github.com/prometheus/procfs v0.15.1 // indirect
141+
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
142+
github.com/rogpeppe/go-internal v1.12.0 // indirect
143+
github.com/russross/blackfriday/v2 v2.1.0 // indirect
144+
github.com/sergi/go-diff v1.3.1 // indirect
145+
github.com/stretchr/objx v0.5.2 // indirect
146+
github.com/tklauser/go-sysconf v0.3.14 // indirect
147+
github.com/tklauser/numcpus v0.8.0 // indirect
148+
github.com/x448/float16 v0.8.4 // indirect
149+
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
150+
github.com/xdg-go/scram v1.1.2 // indirect
151+
github.com/xdg-go/stringprep v1.0.4 // indirect
152+
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
153+
github.com/yusufpapurcu/wmi v1.2.4 // indirect
154+
go.opencensus.io v0.24.0 // indirect
155+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
156+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
157+
go.opentelemetry.io/otel v1.30.0 // indirect
158+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.30.0 // indirect
159+
go.opentelemetry.io/otel/metric v1.30.0 // indirect
160+
go.opentelemetry.io/otel/sdk v1.30.0 // indirect
161+
go.opentelemetry.io/otel/trace v1.30.0 // indirect
162+
golang.org/x/sync v0.8.0 // indirect
163+
golang.org/x/sys v0.25.0 // indirect
164+
golang.org/x/term v0.24.0 // indirect
165+
golang.org/x/text v0.18.0 // indirect
166+
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
167+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
168+
gopkg.in/inf.v0 v0.9.1 // indirect
169+
gopkg.in/yaml.v2 v2.4.0 // indirect
170+
gopkg.in/yaml.v3 v3.0.1 // indirect
65171
gotest.tools/v3 v3.5.1 // indirect
66-
k8s.io/api v0.28.4
67-
k8s.io/apimachinery v0.28.4
68-
k8s.io/client-go v0.28.4
172+
k8s.io/klog/v2 v2.130.1 // indirect
173+
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
174+
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
175+
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
176+
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
177+
sigs.k8s.io/yaml v1.4.0 // indirect
69178
)

0 commit comments

Comments
 (0)