Skip to content

Commit 003245f

Browse files
committed
chore(deps): go mod: update
1 parent 8afc351 commit 003245f

File tree

2 files changed

+60
-115
lines changed

2 files changed

+60
-115
lines changed

go.mod

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ require (
1010
cloud.google.com/go/speech v1.28.0
1111
github.com/Iwark/spreadsheet v0.0.0-20230915040305-7677e8164883
1212
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b
13-
github.com/grokify/goauth v0.23.15
14-
github.com/grokify/gocharts/v2 v2.24.12
15-
github.com/grokify/mogo v0.70.10
16-
github.com/grokify/sogo v0.11.6
13+
github.com/grokify/goauth v0.23.16
14+
github.com/grokify/gocharts/v2 v2.24.13
15+
github.com/grokify/mogo v0.70.12
16+
github.com/grokify/sogo v0.11.7
1717
github.com/jessevdk/go-flags v1.6.1
1818
github.com/joho/godotenv v1.5.1
1919
github.com/lucasb-eyer/go-colorful v1.2.0
2020
golang.org/x/net v0.42.0
2121
google.golang.org/api v0.241.0
22-
google.golang.org/genproto v0.0.0-20250603155806-513f23925822
22+
google.golang.org/genproto v0.0.0-20250707201910-8d1bb00bc6a7
2323
)
2424

2525
require (
26-
cloud.google.com/go v0.121.2 // indirect
26+
cloud.google.com/go v0.121.3 // indirect
2727
cloud.google.com/go/auth v0.16.2 // indirect
2828
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
2929
cloud.google.com/go/compute/metadata v0.7.0 // indirect
@@ -42,19 +42,19 @@ require (
4242
github.com/google/s2a-go v0.1.9 // indirect
4343
github.com/google/uuid v1.6.0 // indirect
4444
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
45-
github.com/googleapis/gax-go/v2 v2.14.2 // indirect
45+
github.com/googleapis/gax-go/v2 v2.15.0 // indirect
4646
github.com/huandu/xstrings v1.5.0 // indirect
4747
github.com/json-iterator/go v1.1.12 // indirect
4848
github.com/klauspost/compress v1.18.0 // indirect
49-
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
49+
github.com/klauspost/cpuid/v2 v2.2.11 // indirect
5050
github.com/mattn/go-colorable v0.1.14 // indirect
5151
github.com/mattn/go-isatty v0.0.20 // indirect
5252
github.com/mattn/go-runewidth v0.0.16 // indirect
5353
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5454
github.com/modern-go/reflect2 v1.0.2 // indirect
5555
github.com/olekukonko/errors v1.1.0 // indirect
5656
github.com/olekukonko/ll v0.0.9 // indirect
57-
github.com/olekukonko/tablewriter v1.0.7 // indirect
57+
github.com/olekukonko/tablewriter v1.0.8 // indirect
5858
github.com/pierrec/lz4/v4 v4.1.22 // indirect
5959
github.com/richardlehane/mscfb v1.0.4 // indirect
6060
github.com/richardlehane/msoleps v1.0.4 // indirect
@@ -67,24 +67,24 @@ require (
6767
github.com/xuri/nfp v0.0.1 // indirect
6868
github.com/zeebo/xxh3 v1.0.2 // indirect
6969
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
70-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
71-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
72-
go.opentelemetry.io/otel v1.36.0 // indirect
73-
go.opentelemetry.io/otel/metric v1.36.0 // indirect
74-
go.opentelemetry.io/otel/trace v1.36.0 // indirect
70+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0 // indirect
71+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect
72+
go.opentelemetry.io/otel v1.37.0 // indirect
73+
go.opentelemetry.io/otel/metric v1.37.0 // indirect
74+
go.opentelemetry.io/otel/trace v1.37.0 // indirect
7575
golang.org/x/crypto v0.40.0 // indirect
76-
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
77-
golang.org/x/image v0.28.0 // indirect
78-
golang.org/x/mod v0.25.0 // indirect
76+
golang.org/x/exp v0.0.0-20250711185948-6ae5c78190dc // indirect
77+
golang.org/x/image v0.29.0 // indirect
78+
golang.org/x/mod v0.26.0 // indirect
7979
golang.org/x/oauth2 v0.30.0 // indirect
8080
golang.org/x/sync v0.16.0 // indirect
8181
golang.org/x/sys v0.34.0 // indirect
8282
golang.org/x/text v0.27.0 // indirect
8383
golang.org/x/time v0.12.0 // indirect
84-
golang.org/x/tools v0.34.0 // indirect
84+
golang.org/x/tools v0.35.0 // indirect
8585
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
86-
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
87-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
86+
google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
87+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
8888
google.golang.org/grpc v1.73.0 // indirect
8989
google.golang.org/protobuf v1.36.6 // indirect
9090
)

0 commit comments

Comments
 (0)