Skip to content

Commit 3e34974

Browse files
chore(deps): Update go minor and patch
1 parent 9d4cb77 commit 3e34974

File tree

4 files changed

+73
-72
lines changed

4 files changed

+73
-72
lines changed

go.mod

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ 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.20250820074315-d609f438f492
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
@@ -30,10 +30,10 @@ 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
33+
github.com/graph-gophers/graphql-go v1.7.1
3434
github.com/hashicorp/vault/api v1.20.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.38.0
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
@@ -44,31 +44,31 @@ require (
4444
github.com/spf13/cobra v1.9.1
4545
github.com/spf13/pflag v1.0.7
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
62-
golang.org/x/exp v0.0.0-20250813145105-42675adae3e6
62+
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b
6363
golang.org/x/mod v0.27.0
6464
golang.org/x/net v0.43.0
6565
golang.org/x/sync v0.16.0
6666
golang.org/x/sys v0.35.0
6767
golang.org/x/term v0.34.0
6868
golang.org/x/text v0.28.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,7 +112,7 @@ 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
@@ -168,12 +168,12 @@ 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
174174
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
175+
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
176+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
177177
gopkg.in/yaml.v2 v2.4.0 // indirect
178178
gotest.tools/v3 v3.5.2 // indirect
179179
)

0 commit comments

Comments
 (0)