Skip to content

Commit 96ef2df

Browse files
chore(deps): bump the dependencies group with 9 updates
Bumps the dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [cloud.google.com/go/spanner](https://github.com/googleapis/google-cloud-go) | `1.70.0` | `1.73.0` | | [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) | `1.13.1` | `1.15.4` | | [github.com/k1LoW/errors](https://github.com/k1LoW/errors) | `0.3.1` | `1.0.0` | | [github.com/k1LoW/expand](https://github.com/k1LoW/expand) | `0.12.0` | `0.14.0` | | [github.com/k1LoW/ghfs](https://github.com/k1LoW/ghfs) | `1.3.1` | `1.3.2` | | [github.com/k1LoW/go-github-client/v58](https://github.com/k1LoW/go-github-client) | `58.0.12` | `58.0.13` | | [golang.org/x/image](https://github.com/golang/image) | `0.21.0` | `0.22.0` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.23.0` | `0.24.0` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.203.0` | `0.209.0` | Updates `cloud.google.com/go/spanner` from 1.70.0 to 1.73.0 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@spanner/v1.70.0...spanner/v1.73.0) Updates `github.com/goccy/go-yaml` from 1.13.1 to 1.15.4 - [Release notes](https://github.com/goccy/go-yaml/releases) - [Changelog](https://github.com/goccy/go-yaml/blob/master/CHANGELOG.md) - [Commits](goccy/go-yaml@v1.13.1...v1.15.4) Updates `github.com/k1LoW/errors` from 0.3.1 to 1.0.0 - [Release notes](https://github.com/k1LoW/errors/releases) - [Changelog](https://github.com/k1LoW/errors/blob/main/CHANGELOG.md) - [Commits](k1LoW/errors@v0.3.1...v1.0.0) Updates `github.com/k1LoW/expand` from 0.12.0 to 0.14.0 - [Release notes](https://github.com/k1LoW/expand/releases) - [Changelog](https://github.com/k1LoW/expand/blob/main/CHANGELOG.md) - [Commits](k1LoW/expand@v0.12.0...v0.14.0) Updates `github.com/k1LoW/ghfs` from 1.3.1 to 1.3.2 - [Release notes](https://github.com/k1LoW/ghfs/releases) - [Changelog](https://github.com/k1LoW/ghfs/blob/main/CHANGELOG.md) - [Commits](k1LoW/ghfs@v1.3.1...v1.3.2) Updates `github.com/k1LoW/go-github-client/v58` from 58.0.12 to 58.0.13 - [Commits](k1LoW/go-github-client@v58.0.12...v58.0.13) Updates `golang.org/x/image` from 0.21.0 to 0.22.0 - [Commits](golang/image@v0.21.0...v0.22.0) Updates `golang.org/x/oauth2` from 0.23.0 to 0.24.0 - [Commits](golang/oauth2@v0.23.0...v0.24.0) Updates `google.golang.org/api` from 0.203.0 to 0.209.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.203.0...v0.209.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/spanner dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/goccy/go-yaml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/k1LoW/errors dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: github.com/k1LoW/expand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/k1LoW/ghfs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/k1LoW/go-github-client/v58 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: golang.org/x/image dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent abdf871 commit 96ef2df

File tree

2 files changed

+92
-105
lines changed

2 files changed

+92
-105
lines changed

go.mod

+28-30
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
module github.com/k1LoW/tbls
22

33
go 1.22.7
4-
54
require (
65
cloud.google.com/go/bigquery v1.64.0
7-
cloud.google.com/go/spanner v1.70.0
6+
cloud.google.com/go/spanner v1.73.0
87
github.com/ClickHouse/clickhouse-go/v2 v2.30.0
98
github.com/aquasecurity/go-version v0.0.0-20210121072130-637058cfe492
109
github.com/aws/aws-sdk-go v1.55.5
@@ -13,14 +12,14 @@ require (
1312
github.com/gertd/go-pluralize v0.2.1
1413
github.com/go-sql-driver/mysql v1.8.1
1514
github.com/goccy/go-graphviz v0.2.9
16-
github.com/goccy/go-yaml v1.13.1
15+
github.com/goccy/go-yaml v1.15.4
1716
github.com/google/go-cmp v0.6.0
1817
github.com/k1LoW/duration v1.2.0
19-
github.com/k1LoW/errors v0.3.1
20-
github.com/k1LoW/expand v0.12.0
18+
github.com/k1LoW/errors v1.0.0
19+
github.com/k1LoW/expand v0.14.0
2120
github.com/k1LoW/ffff v0.2.0
22-
github.com/k1LoW/ghfs v1.3.1
23-
github.com/k1LoW/go-github-client/v58 v58.0.12
21+
github.com/k1LoW/ghfs v1.3.2
22+
github.com/k1LoW/go-github-client/v58 v58.0.13
2423
github.com/labstack/gommon v0.4.2
2524
github.com/lib/pq v1.10.9
2625
github.com/loadoff/excl v0.0.0-20171207172601-c6a9e4c4b4c4
@@ -37,19 +36,19 @@ require (
3736
github.com/xo/dburl v0.23.2
3837
gitlab.com/golang-commonmark/mdurl v0.0.0-20191124015652-932350d1cb84
3938
go.mongodb.org/mongo-driver v1.17.1
40-
golang.org/x/image v0.21.0
41-
golang.org/x/oauth2 v0.23.0
42-
google.golang.org/api v0.203.0
39+
golang.org/x/image v0.22.0
40+
golang.org/x/oauth2 v0.24.0
41+
google.golang.org/api v0.209.0
4342
)
4443

4544
require (
4645
cel.dev/expr v0.16.0 // indirect
4746
cloud.google.com/go v0.116.0 // indirect
48-
cloud.google.com/go/auth v0.9.9 // indirect
49-
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
47+
cloud.google.com/go/auth v0.10.2 // indirect
48+
cloud.google.com/go/auth/oauth2adapt v0.2.5 // indirect
5049
cloud.google.com/go/compute/metadata v0.5.2 // indirect
51-
cloud.google.com/go/iam v1.2.1 // indirect
52-
cloud.google.com/go/monitoring v1.21.1 // indirect
50+
cloud.google.com/go/iam v1.2.2 // indirect
51+
cloud.google.com/go/monitoring v1.21.2 // indirect
5352
filippo.io/edwards25519 v1.1.0 // indirect
5453
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
5554
github.com/99designs/keyring v1.2.2 // indirect
@@ -76,8 +75,8 @@ require (
7675
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.5 // indirect
7776
github.com/aws/aws-sdk-go-v2/service/s3 v1.53.1 // indirect
7877
github.com/aws/smithy-go v1.20.2 // indirect
79-
github.com/bradleyfalzon/ghinstallation/v2 v2.10.0 // indirect
80-
github.com/buildkite/interpolate v0.0.0-20200526001904-07f35b4ae251 // indirect
78+
github.com/bradleyfalzon/ghinstallation/v2 v2.12.0 // indirect
79+
github.com/buildkite/interpolate v0.1.4 // indirect
8180
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
8281
github.com/cespare/xxhash/v2 v2.3.0 // indirect
8382
github.com/cli/go-gh/v2 v2.11.1 // indirect
@@ -88,7 +87,6 @@ require (
8887
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
8988
github.com/envoyproxy/go-control-plane v0.13.0 // indirect
9089
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
91-
github.com/fatih/color v1.18.0 // indirect
9290
github.com/felixge/httpsnoop v1.0.4 // indirect
9391
github.com/flopp/go-findfont v0.1.0 // indirect
9492
github.com/fogleman/gg v1.3.0 // indirect
@@ -108,12 +106,12 @@ require (
108106
github.com/golang/snappy v0.0.4 // indirect
109107
github.com/google/flatbuffers v23.5.26+incompatible // indirect
110108
github.com/google/go-github/v58 v58.0.0 // indirect
111-
github.com/google/go-github/v60 v60.0.0 // indirect
109+
github.com/google/go-github/v66 v66.0.0 // indirect
112110
github.com/google/go-querystring v1.1.0 // indirect
113111
github.com/google/s2a-go v0.1.8 // indirect
114112
github.com/google/uuid v1.6.0 // indirect
115113
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
116-
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
114+
github.com/googleapis/gax-go/v2 v2.14.0 // indirect
117115
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
118116
github.com/inconshreveable/mousetrap v1.1.0 // indirect
119117
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -153,21 +151,21 @@ require (
153151
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
154152
go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect
155153
go.opentelemetry.io/otel/trace v1.29.0 // indirect
156-
golang.org/x/crypto v0.28.0 // indirect
154+
golang.org/x/crypto v0.29.0 // indirect
157155
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect
158156
golang.org/x/mod v0.20.0 // indirect
159-
golang.org/x/net v0.30.0 // indirect
160-
golang.org/x/sync v0.8.0 // indirect
161-
golang.org/x/sys v0.26.0 // indirect
162-
golang.org/x/term v0.25.0 // indirect
163-
golang.org/x/text v0.19.0 // indirect
164-
golang.org/x/time v0.7.0 // indirect
157+
golang.org/x/net v0.31.0 // indirect
158+
golang.org/x/sync v0.9.0 // indirect
159+
golang.org/x/sys v0.27.0 // indirect
160+
golang.org/x/term v0.26.0 // indirect
161+
golang.org/x/text v0.20.0 // indirect
162+
golang.org/x/time v0.8.0 // indirect
165163
golang.org/x/tools v0.24.0 // indirect
166164
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // 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
165+
google.golang.org/genproto v0.0.0-20241113202542-65e8d215514f // indirect
166+
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
167+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241113202542-65e8d215514f // indirect
170168
google.golang.org/grpc v1.67.1 // indirect
171-
google.golang.org/protobuf v1.35.1 // indirect
169+
google.golang.org/protobuf v1.35.2 // indirect
172170
gopkg.in/yaml.v3 v3.0.1 // indirect
173171
)

0 commit comments

Comments
 (0)