Skip to content

Commit 2f2a1c2

Browse files
Develop (#387)
* feat(deps): bump google.golang.org/protobuf from 1.35.2 to 1.36.1 (#386) Bumps google.golang.org/protobuf from 1.35.2 to 1.36.1. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xavier Portilla Edo <xavi_tb@hotmail.com> * feat(deps): bump google.golang.org/api from 0.210.0 to 0.214.0 (#385) Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.210.0 to 0.214.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.210.0...v0.214.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xavier Portilla Edo <xavi_tb@hotmail.com> * feat(deps): bump cloud.google.com/go/dialogflow from 1.62.0 to 1.64.0 (#384) Bumps [cloud.google.com/go/dialogflow](https://github.com/googleapis/google-cloud-go) from 1.62.0 to 1.64.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.62.0...spanner/v1.64.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/dialogflow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xavier Portilla Edo <xavi_tb@hotmail.com> * feat(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 (#380) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.29.0 to 0.31.0. - [Commits](golang/crypto@v0.29.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xavier Portilla Edo <xavi_tb@hotmail.com> * fix: go mod tidy --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 96f61bf commit 2f2a1c2

File tree

2 files changed

+36
-120
lines changed

2 files changed

+36
-120
lines changed

go.mod

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ go 1.21
55
toolchain go1.21.5
66

77
require (
8-
cloud.google.com/go/dialogflow v1.62.0
8+
cloud.google.com/go/dialogflow v1.64.0
99
github.com/google/uuid v1.6.0
1010
github.com/pkg/errors v0.9.1
1111
github.com/sirupsen/logrus v1.9.3
1212
github.com/spf13/cobra v1.8.1
13-
google.golang.org/api v0.210.0
13+
google.golang.org/api v0.214.0
1414
)
1515

1616
require (
@@ -26,16 +26,16 @@ require (
2626
github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1
2727
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb
2828
golang.org/x/term v0.27.0
29-
google.golang.org/protobuf v1.35.2
29+
google.golang.org/protobuf v1.36.1
3030
gopkg.in/yaml.v3 v3.0.1
3131
)
3232

3333
require (
3434
cloud.google.com/go v0.116.0 // indirect
3535
cloud.google.com/go/aiplatform v1.69.0 // indirect
36-
cloud.google.com/go/auth v0.11.0 // indirect
36+
cloud.google.com/go/auth v0.13.0 // indirect
3737
cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
38-
cloud.google.com/go/compute/metadata v0.5.2 // indirect
38+
cloud.google.com/go/compute/metadata v0.6.0 // indirect
3939
cloud.google.com/go/iam v1.2.2 // indirect
4040
cloud.google.com/go/longrunning v0.6.2 // indirect
4141
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
@@ -47,7 +47,6 @@ require (
4747
github.com/felixge/httpsnoop v1.0.4 // indirect
4848
github.com/go-logr/logr v1.4.2 // indirect
4949
github.com/go-logr/stdr v1.2.2 // indirect
50-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
5150
github.com/google/go-querystring v1.1.0 // indirect
5251
github.com/google/s2a-go v0.1.8 // indirect
5352
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
@@ -60,21 +59,20 @@ require (
6059
github.com/russross/blackfriday/v2 v2.1.0 // indirect
6160
github.com/spf13/pflag v1.0.5 // indirect
6261
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
63-
go.opencensus.io v0.24.0 // indirect
6462
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
6563
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
6664
go.opentelemetry.io/otel v1.29.0 // indirect
6765
go.opentelemetry.io/otel/metric v1.29.0 // indirect
6866
go.opentelemetry.io/otel/trace v1.29.0 // indirect
69-
golang.org/x/crypto v0.29.0 // indirect
70-
golang.org/x/net v0.31.0 // indirect
67+
golang.org/x/crypto v0.31.0 // indirect
68+
golang.org/x/net v0.33.0 // indirect
7169
golang.org/x/oauth2 v0.24.0 // indirect
72-
golang.org/x/sync v0.9.0 // indirect
70+
golang.org/x/sync v0.10.0 // indirect
7371
golang.org/x/sys v0.28.0 // indirect
74-
golang.org/x/text v0.20.0 // indirect
72+
golang.org/x/text v0.21.0 // indirect
7573
golang.org/x/time v0.8.0 // indirect
7674
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
77-
google.golang.org/genproto/googleapis/api v0.0.0-20241113202542-65e8d215514f // indirect
78-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 // indirect
79-
google.golang.org/grpc v1.67.1 // indirect
75+
google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697 // indirect
76+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
77+
google.golang.org/grpc v1.67.3 // indirect
8078
)

0 commit comments

Comments
 (0)