Skip to content

Commit decfbc5

Browse files
authored
Merge pull request #628 from k1LoW/dependabot/go_modules/dependencies-4ffbcfdcfa
chore(deps): bump the dependencies group with 9 updates
2 parents b9e3472 + bbbd44f commit decfbc5

File tree

2 files changed

+90
-85
lines changed

2 files changed

+90
-85
lines changed

go.mod

+26-25
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ module github.com/k1LoW/tbls
33
go 1.22.7
44

55
require (
6-
cloud.google.com/go/bigquery v1.63.0
7-
cloud.google.com/go/spanner v1.68.0
8-
github.com/ClickHouse/clickhouse-go/v2 v2.29.0
6+
cloud.google.com/go/bigquery v1.64.0
7+
cloud.google.com/go/spanner v1.70.0
8+
github.com/ClickHouse/clickhouse-go/v2 v2.30.0
99
github.com/aquasecurity/go-version v0.0.0-20210121072130-637058cfe492
1010
github.com/aws/aws-sdk-go v1.55.5
1111
github.com/beta/freetype v0.0.1
1212
github.com/expr-lang/expr v1.16.9
1313
github.com/gertd/go-pluralize v0.2.1
1414
github.com/go-sql-driver/mysql v1.8.1
15-
github.com/goccy/go-graphviz v0.2.4
16-
github.com/goccy/go-yaml v1.12.0
15+
github.com/goccy/go-graphviz v0.2.9
16+
github.com/goccy/go-yaml v1.13.1
1717
github.com/google/go-cmp v0.6.0
1818
github.com/k1LoW/duration v1.2.0
1919
github.com/k1LoW/errors v0.3.1
@@ -25,42 +25,43 @@ require (
2525
github.com/lib/pq v1.10.9
2626
github.com/loadoff/excl v0.0.0-20171207172601-c6a9e4c4b4c4
2727
github.com/mattn/go-runewidth v0.0.16
28-
github.com/mattn/go-sqlite3 v1.14.23
28+
github.com/mattn/go-sqlite3 v1.14.24
2929
github.com/microsoft/go-mssqldb v1.7.2
3030
github.com/minio/pkg v1.7.5
3131
github.com/olekukonko/tablewriter v0.0.5
3232
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
3333
github.com/samber/lo v1.47.0
34-
github.com/snowflakedb/gosnowflake v1.11.1
34+
github.com/snowflakedb/gosnowflake v1.12.0
3535
github.com/spf13/cobra v1.8.1
3636
github.com/tenntenn/golden v0.5.4
3737
github.com/xo/dburl v0.23.2
3838
gitlab.com/golang-commonmark/mdurl v0.0.0-20191124015652-932350d1cb84
39-
go.mongodb.org/mongo-driver v1.17.0
39+
go.mongodb.org/mongo-driver v1.17.1
4040
golang.org/x/image v0.21.0
4141
golang.org/x/oauth2 v0.23.0
42-
google.golang.org/api v0.197.0
42+
google.golang.org/api v0.203.0
4343
)
4444

4545
require (
4646
cel.dev/expr v0.16.0 // indirect
47-
cloud.google.com/go v0.115.1 // indirect
48-
cloud.google.com/go/auth v0.9.3 // indirect
47+
cloud.google.com/go v0.116.0 // indirect
48+
cloud.google.com/go/auth v0.9.9 // indirect
4949
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
50-
cloud.google.com/go/compute/metadata v0.5.0 // indirect
50+
cloud.google.com/go/compute/metadata v0.5.2 // indirect
5151
cloud.google.com/go/iam v1.2.1 // indirect
52-
cloud.google.com/go/monitoring v1.21.0 // indirect
52+
cloud.google.com/go/monitoring v1.21.1 // indirect
5353
filippo.io/edwards25519 v1.1.0 // indirect
5454
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
5555
github.com/99designs/keyring v1.2.2 // indirect
5656
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.1 // indirect
5757
github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.1 // indirect
5858
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.2.1 // indirect
59+
github.com/BurntSushi/toml v1.4.0 // indirect
5960
github.com/ClickHouse/ch-go v0.61.5 // indirect
6061
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.0 // indirect
6162
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.1 // indirect
6263
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c // indirect
63-
github.com/andybalholm/brotli v1.1.0 // indirect
64+
github.com/andybalholm/brotli v1.1.1 // indirect
6465
github.com/apache/arrow/go/v15 v15.0.2 // indirect
6566
github.com/aws/aws-sdk-go-v2 v1.26.1 // indirect
6667
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.2 // indirect
@@ -87,7 +88,7 @@ require (
8788
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
8889
github.com/envoyproxy/go-control-plane v0.13.0 // indirect
8990
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
90-
github.com/fatih/color v1.16.0 // indirect
91+
github.com/fatih/color v1.18.0 // indirect
9192
github.com/felixge/httpsnoop v1.0.4 // indirect
9293
github.com/flopp/go-findfont v0.1.0 // indirect
9394
github.com/fogleman/gg v1.3.0 // indirect
@@ -152,21 +153,21 @@ require (
152153
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
153154
go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect
154155
go.opentelemetry.io/otel/trace v1.29.0 // indirect
155-
golang.org/x/crypto v0.27.0 // indirect
156+
golang.org/x/crypto v0.28.0 // indirect
156157
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect
157158
golang.org/x/mod v0.20.0 // indirect
158-
golang.org/x/net v0.29.0 // indirect
159+
golang.org/x/net v0.30.0 // indirect
159160
golang.org/x/sync v0.8.0 // indirect
160-
golang.org/x/sys v0.25.0 // indirect
161-
golang.org/x/term v0.24.0 // indirect
161+
golang.org/x/sys v0.26.0 // indirect
162+
golang.org/x/term v0.25.0 // indirect
162163
golang.org/x/text v0.19.0 // indirect
163-
golang.org/x/time v0.6.0 // indirect
164+
golang.org/x/time v0.7.0 // indirect
164165
golang.org/x/tools v0.24.0 // indirect
165166
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
166-
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
167-
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
168-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
169-
google.golang.org/grpc v1.66.2 // indirect
170-
google.golang.org/protobuf v1.34.2 // indirect
167+
google.golang.org/genproto v0.0.0-20241015192408-796eee8c2d53 // indirect
168+
google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
169+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
170+
google.golang.org/grpc v1.67.1 // indirect
171+
google.golang.org/protobuf v1.35.1 // indirect
171172
gopkg.in/yaml.v3 v3.0.1 // indirect
172173
)

0 commit comments

Comments
 (0)