Skip to content

Commit c943aee

Browse files
fix(deps): update module golang.org/x/crypto to v0.40.0 (main) (#361)
* fix(deps): update module golang.org/x/crypto to v0.40.0 * Update all dependencies --------- Co-authored-by: mend-for-github.1485827954.workers.dev[bot] <50673670+mend-for-github.1485827954.workers.dev[bot]@users.noreply.github.com> Co-authored-by: nicolaasuni-vonage <[email protected]>
1 parent e28ac1a commit c943aee

File tree

7 files changed

+267
-258
lines changed

7 files changed

+267
-258
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ GOFMT=$(shell which gofmt)
6161
GOTEST=GOPATH=$(GOPATH) $(shell which gotest)
6262
GODOC=GOPATH=$(GOPATH) $(shell which godoc)
6363
GOLANGCILINT=$(BINUTIL)/golangci-lint
64-
GOLANGCILINTVERSION=v2.2.1
64+
GOLANGCILINTVERSION=v2.2.2
6565

6666
# Directory containing the source code
6767
SRCDIR=./pkg

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.102.6
1+
1.102.7

examples/service/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ GOFMT=$(shell which gofmt)
149149
GOTEST=GOPATH=$(GOPATH) $(shell which gotest)
150150
GODOC=GOPATH=$(GOPATH) $(shell which godoc)
151151
GOLANGCILINT=$(BINUTIL)/golangci-lint
152-
GOLANGCILINTVERSION=v2.2.1
152+
GOLANGCILINTVERSION=v2.2.2
153153
DOCKERIZEVERSION=v0.9.2
154154

155155
# Current operating system and architecture as one string.

examples/service/go.mod

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.24.5
77
replace github.com/Vonage/gosrvlib => ../..
88

99
require (
10-
github.com/Vonage/gosrvlib v1.102.6
10+
github.com/Vonage/gosrvlib v1.102.7
1111
github.com/jstemmer/go-junit-report/v2 v2.1.0
1212
github.com/prometheus/client_golang v1.22.0
1313
github.com/rakyll/gotest v0.0.6
@@ -19,8 +19,8 @@ require (
1919
)
2020

2121
require (
22-
cloud.google.com/go v0.121.3 // indirect
23-
cloud.google.com/go/auth v0.16.2 // indirect
22+
cloud.google.com/go v0.121.4 // indirect
23+
cloud.google.com/go/auth v0.16.3 // indirect
2424
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
2525
cloud.google.com/go/compute/metadata v0.7.0 // indirect
2626
cloud.google.com/go/firestore v1.18.0 // indirect
@@ -41,12 +41,12 @@ require (
4141
github.com/go-playground/locales v0.14.1 // indirect
4242
github.com/go-playground/universal-translator v0.18.1 // indirect
4343
github.com/go-playground/validator/v10 v10.27.0 // indirect
44-
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
44+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
4545
github.com/gogo/protobuf v1.3.2 // indirect
4646
github.com/golang/protobuf v1.5.4 // indirect
4747
github.com/google/s2a-go v0.1.9 // indirect
4848
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
49-
github.com/googleapis/gax-go/v2 v2.14.2 // indirect
49+
github.com/googleapis/gax-go/v2 v2.15.0 // indirect
5050
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
5151
github.com/hashicorp/consul/api v1.32.1 // indirect
5252
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -85,34 +85,34 @@ require (
8585
github.com/sourcegraph/conc v0.3.0 // indirect
8686
github.com/spf13/afero v1.14.0 // indirect
8787
github.com/spf13/cast v1.9.2 // indirect
88-
github.com/spf13/pflag v1.0.6 // indirect
88+
github.com/spf13/pflag v1.0.7 // indirect
8989
github.com/spf13/viper/remote v1.20.1 // indirect
9090
github.com/subosito/gotenv v1.6.0 // indirect
91-
go.etcd.io/etcd/api/v3 v3.6.1 // indirect
92-
go.etcd.io/etcd/client/pkg/v3 v3.6.1 // indirect
91+
go.etcd.io/etcd/api/v3 v3.6.2 // indirect
92+
go.etcd.io/etcd/client/pkg/v3 v3.6.2 // indirect
9393
go.etcd.io/etcd/client/v2 v2.305.21 // indirect
94-
go.etcd.io/etcd/client/v3 v3.6.1 // indirect
94+
go.etcd.io/etcd/client/v3 v3.6.2 // indirect
9595
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
9696
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0 // indirect
9797
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect
9898
go.opentelemetry.io/otel v1.37.0 // indirect
9999
go.opentelemetry.io/otel/metric v1.37.0 // indirect
100100
go.opentelemetry.io/otel/trace v1.37.0 // indirect
101101
go.uber.org/multierr v1.11.0 // indirect
102-
golang.org/x/crypto v0.39.0 // indirect
103-
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
104-
golang.org/x/mod v0.25.0 // indirect
105-
golang.org/x/net v0.41.0 // indirect
102+
golang.org/x/crypto v0.40.0 // indirect
103+
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 // indirect
104+
golang.org/x/mod v0.26.0 // indirect
105+
golang.org/x/net v0.42.0 // indirect
106106
golang.org/x/oauth2 v0.30.0 // indirect
107-
golang.org/x/sync v0.15.0 // indirect
108-
golang.org/x/sys v0.33.0 // indirect
109-
golang.org/x/text v0.26.0 // indirect
107+
golang.org/x/sync v0.16.0 // indirect
108+
golang.org/x/sys v0.34.0 // indirect
109+
golang.org/x/text v0.27.0 // indirect
110110
golang.org/x/time v0.12.0 // indirect
111-
golang.org/x/tools v0.34.0 // indirect
112-
google.golang.org/api v0.240.0 // indirect
113-
google.golang.org/genproto v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
114-
google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
115-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
111+
golang.org/x/tools v0.35.0 // indirect
112+
google.golang.org/api v0.242.0 // indirect
113+
google.golang.org/genproto v0.0.0-20250715232539-7130f93afb79 // indirect
114+
google.golang.org/genproto/googleapis/api v0.0.0-20250715232539-7130f93afb79 // indirect
115+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250715232539-7130f93afb79 // indirect
116116
google.golang.org/grpc v1.73.0 // indirect
117117
google.golang.org/protobuf v1.36.6 // indirect
118118
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)