Skip to content

Commit db30ae6

Browse files
Bump golang.org/x/net from 0.34.0 to 0.36.0 in the go_modules group
Bumps the go_modules group with 1 update: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.34.0 to 0.36.0 - [Commits](golang/net@v0.34.0...v0.36.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 96c860e commit db30ae6

2 files changed

Lines changed: 19 additions & 147 deletions

File tree

go.mod

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/adiom-data/dsync
22

33
go 1.22.0
4+
toolchain go1.24.1
45

56
require (
67
connectrpc.com/connect v1.17.0
@@ -27,9 +28,8 @@ require (
2728
github.com/weaviate/weaviate-go-client/v4 v4.16.1
2829
go.akshayshah.org/memhttp v0.1.0
2930
go.mongodb.org/mongo-driver v1.17.1
30-
go.temporal.io/sdk v1.33.0
3131
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa
32-
golang.org/x/net v0.34.0
32+
golang.org/x/net v0.36.0
3333
golang.org/x/time v0.9.0
3434
google.golang.org/grpc v1.69.4
3535
google.golang.org/protobuf v1.36.3
@@ -51,7 +51,6 @@ require (
5151
github.com/aws/aws-sdk-go-v2/service/sts v1.33.12 // indirect
5252
github.com/aws/smithy-go v1.22.2 // indirect
5353
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
54-
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
5554
github.com/gdamore/encoding v1.0.0 // indirect
5655
github.com/go-openapi/analysis v0.23.0 // indirect
5756
github.com/go-openapi/errors v0.22.0 // indirect
@@ -62,10 +61,6 @@ require (
6261
github.com/go-openapi/strfmt v0.23.0 // indirect
6362
github.com/go-openapi/swag v0.23.0 // indirect
6463
github.com/go-openapi/validate v0.24.0 // indirect
65-
github.com/gogo/protobuf v1.3.2 // indirect
66-
github.com/golang/mock v1.6.0 // indirect
67-
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
68-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
6964
github.com/hashicorp/golang-lru v1.0.2 // indirect
7065
github.com/jackc/pgio v1.0.0 // indirect
7166
github.com/jackc/pgpassfile v1.0.0 // indirect
@@ -78,21 +73,16 @@ require (
7873
github.com/mattn/go-runewidth v0.0.15 // indirect
7974
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
8075
github.com/mitchellh/mapstructure v1.5.0 // indirect
81-
github.com/nexus-rpc/sdk-go v0.3.0 // indirect
8276
github.com/oklog/ulid v1.3.1 // indirect
83-
github.com/pborman/uuid v1.2.1 // indirect
8477
github.com/pkg/errors v0.9.1 // indirect
8578
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
8679
github.com/rivo/uniseg v0.4.7 // indirect
87-
github.com/robfig/cron v1.2.0 // indirect
8880
github.com/samber/lo v1.47.0 // indirect
8981
github.com/spf13/afero v1.11.0 // indirect
9082
github.com/stretchr/objx v0.5.2 // indirect
91-
go.temporal.io/api v1.44.1 // indirect
9283
golang.org/x/oauth2 v0.25.0 // indirect
93-
golang.org/x/sys v0.29.0 // indirect
94-
golang.org/x/term v0.28.0 // indirect
95-
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
84+
golang.org/x/sys v0.30.0 // indirect
85+
golang.org/x/term v0.29.0 // indirect
9686
google.golang.org/genproto/googleapis/rpc v0.0.0-20250102185135-69823020774d // indirect
9787
)
9888

@@ -110,8 +100,8 @@ require (
110100
github.com/xdg-go/stringprep v1.0.4 // indirect
111101
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
112102
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
113-
golang.org/x/crypto v0.32.0 // indirect
114-
golang.org/x/sync v0.10.0
115-
golang.org/x/text v0.21.0 // indirect
103+
golang.org/x/crypto v0.35.0 // indirect
104+
golang.org/x/sync v0.11.0
105+
golang.org/x/text v0.22.0 // indirect
116106
gopkg.in/yaml.v3 v3.0.1 // indirect
117107
)

0 commit comments

Comments
 (0)