Skip to content

Commit 55357d6

Browse files
chore(deps): Update go minor and patch
1 parent 46a2236 commit 55357d6

File tree

4 files changed

+119
-115
lines changed

4 files changed

+119
-115
lines changed

go.mod

Lines changed: 35 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ go 1.24.3
55
require (
66
contrib.go.opencensus.io/exporter/prometheus v0.4.2
77
github.com/HdrHistogram/hdrhistogram-go v1.1.2
8-
github.com/IBM/sarama v1.45.2
8+
github.com/IBM/sarama v1.46.0
99
github.com/Masterminds/semver/v3 v3.4.0
1010
github.com/blevesearch/bleve/v2 v2.5.3
1111
github.com/dgraph-io/badger/v4 v4.8.0
12-
github.com/dgraph-io/dgo/v250 v250.0.0-preview4.0.20250619041351-4a519e53fb9d
12+
github.com/dgraph-io/dgo/v250 v250.0.0-preview4.0.20250905144349-8fb2c710b7ac
1313
github.com/dgraph-io/gqlgen v0.13.2
1414
github.com/dgraph-io/gqlparser/v2 v2.2.2
1515
github.com/dgraph-io/graphql-transport-ws v0.0.0-20210511143556-2cef522f1f15
16-
github.com/dgraph-io/ristretto/v2 v2.2.0
16+
github.com/dgraph-io/ristretto/v2 v2.3.0
1717
github.com/dgraph-io/simdjson-go v0.3.0
1818
github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da
1919
github.com/dgryski/go-groupvarint v0.0.0-20230630160417-2bfb7969fb3c
20-
github.com/docker/docker v28.3.3+incompatible
20+
github.com/docker/docker v28.4.0+incompatible
2121
github.com/docker/go-connections v0.6.0
2222
github.com/dustin/go-humanize v1.0.1
2323
github.com/go-jose/go-jose/v4 v4.1.2
@@ -30,45 +30,45 @@ require (
3030
github.com/google/go-cmp v0.7.0
3131
github.com/google/uuid v1.6.0
3232
github.com/gorilla/websocket v1.5.3
33-
github.com/graph-gophers/graphql-go v1.6.0
34-
github.com/hashicorp/vault/api v1.20.0
33+
github.com/graph-gophers/graphql-go v1.7.2
34+
github.com/hashicorp/vault/api v1.21.0
3535
github.com/klauspost/compress v1.18.0
36-
github.com/mark3labs/mcp-go v0.37.0
36+
github.com/mark3labs/mcp-go v0.39.1
3737
github.com/minio/minio-go/v7 v7.0.95
3838
github.com/paulmach/go.geojson v1.5.0
3939
github.com/pkg/errors v0.9.1
4040
github.com/pkg/profile v1.7.0
41-
github.com/prometheus/client_golang v1.23.0
41+
github.com/prometheus/client_golang v1.23.2
4242
github.com/soheilhy/cmux v0.1.5
4343
github.com/spf13/cast v1.9.2
44-
github.com/spf13/cobra v1.9.1
45-
github.com/spf13/pflag v1.0.7
44+
github.com/spf13/cobra v1.10.1
45+
github.com/spf13/pflag v1.0.10
4646
github.com/spf13/viper v1.20.1
47-
github.com/stretchr/testify v1.10.0
47+
github.com/stretchr/testify v1.11.1
4848
github.com/twpayne/go-geom v1.6.1
4949
github.com/viterin/vek v0.4.3
5050
github.com/xdg/scram v1.0.5
5151
go.etcd.io/etcd/raft/v3 v3.5.22
5252
go.opencensus.io v0.24.0
53-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0
54-
go.opentelemetry.io/contrib/zpages v0.62.0
55-
go.opentelemetry.io/otel v1.37.0
56-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0
57-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0
58-
go.opentelemetry.io/otel/sdk v1.37.0
59-
go.opentelemetry.io/otel/trace v1.37.0
53+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0
54+
go.opentelemetry.io/contrib/zpages v0.63.0
55+
go.opentelemetry.io/otel v1.38.0
56+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0
57+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38.0
58+
go.opentelemetry.io/otel/sdk v1.38.0
59+
go.opentelemetry.io/otel/trace v1.38.0
6060
go.uber.org/zap v1.27.0
6161
golang.org/x/crypto v0.41.0
6262
golang.org/x/exp v0.0.0-20250813145105-42675adae3e6
63-
golang.org/x/mod v0.27.0
63+
golang.org/x/mod v0.28.0
6464
golang.org/x/net v0.43.0
65-
golang.org/x/sync v0.16.0
66-
golang.org/x/sys v0.35.0
67-
golang.org/x/term v0.34.0
68-
golang.org/x/text v0.28.0
65+
golang.org/x/sync v0.17.0
66+
golang.org/x/sys v0.36.0
67+
golang.org/x/term v0.35.0
68+
golang.org/x/text v0.29.0
6969
golang.org/x/tools v0.36.0
70-
google.golang.org/grpc v1.74.2
71-
google.golang.org/protobuf v1.36.7
70+
google.golang.org/grpc v1.75.0
71+
google.golang.org/protobuf v1.36.8
7272
gopkg.in/yaml.v3 v3.0.1
7373
)
7474

@@ -87,7 +87,7 @@ require (
8787
github.com/blevesearch/upsidedown_store_api v1.0.2 // indirect
8888
github.com/buger/jsonparser v1.1.1 // indirect
8989
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
90-
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
90+
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
9191
github.com/cespare/xxhash/v2 v2.3.0 // indirect
9292
github.com/chewxy/math32 v1.11.1 // indirect
9393
github.com/containerd/errdefs v1.0.0 // indirect
@@ -112,11 +112,11 @@ require (
112112
github.com/golang/protobuf v1.5.4 // indirect
113113
github.com/google/flatbuffers v25.2.10+incompatible // indirect
114114
github.com/google/pprof v0.0.0-20250423184734-337e5dd93bb4 // indirect
115-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
115+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
116116
github.com/hashicorp/errwrap v1.1.0 // indirect
117117
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
118118
github.com/hashicorp/go-multierror v1.1.1 // indirect
119-
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
119+
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
120120
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
121121
github.com/hashicorp/go-secure-stdlib/parseutil v0.2.0 // indirect
122122
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
@@ -151,7 +151,7 @@ require (
151151
github.com/pierrec/lz4/v4 v4.1.22 // indirect
152152
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
153153
github.com/prometheus/client_model v0.6.2 // indirect
154-
github.com/prometheus/common v0.65.0 // indirect
154+
github.com/prometheus/common v0.66.1 // indirect
155155
github.com/prometheus/procfs v0.16.1 // indirect
156156
github.com/prometheus/statsd_exporter v0.28.0 // indirect
157157
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 // indirect
@@ -168,12 +168,13 @@ require (
168168
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
169169
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
170170
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
171-
go.opentelemetry.io/otel/metric v1.37.0 // indirect
172-
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
171+
go.opentelemetry.io/otel/metric v1.38.0 // indirect
172+
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
173173
go.uber.org/multierr v1.11.0 // indirect
174-
golang.org/x/time v0.11.0 // indirect
175-
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
176-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
174+
go.yaml.in/yaml/v2 v2.4.2 // indirect
175+
golang.org/x/time v0.12.0 // indirect
176+
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
177+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
177178
gopkg.in/yaml.v2 v2.4.0 // indirect
178179
gotest.tools/v3 v3.5.2 // indirect
179180
)

0 commit comments

Comments
 (0)