Skip to content

Commit d1270a8

Browse files
committed
chore: bump Go toolchain and refresh module checksums
Align codegen module deps with current grpc/protobuf versions after local go mod tidy; no .proto or generated API changes.
1 parent b3ce28c commit d1270a8

2 files changed

Lines changed: 74 additions & 54 deletions

File tree

go.mod

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,41 @@
11
module github.com/juanjiTech/termium-proto
22

3-
go 1.21.1
3+
go 1.24.0
44

55
require (
66
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.1
77
github.com/grpc-ecosystem/protoc-gen-grpc-gateway-ts v1.1.2
8-
golang.org/x/tools v0.16.0
9-
google.golang.org/genproto/googleapis/api v0.0.0-20231127180814-3a041ad873d4
10-
google.golang.org/grpc v1.59.0
8+
golang.org/x/tools v0.39.0
9+
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217
10+
google.golang.org/grpc v1.79.2
1111
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
12-
google.golang.org/protobuf v1.31.0
12+
google.golang.org/protobuf v1.36.10
1313
)
1414

1515
require (
1616
github.com/Masterminds/goutils v1.1.1 // indirect
1717
github.com/Masterminds/semver v1.5.0 // indirect
1818
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
19-
github.com/golang/protobuf v1.5.3 // indirect
20-
github.com/google/uuid v1.4.0 // indirect
19+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
20+
github.com/golang/protobuf v1.5.4 // indirect
21+
github.com/google/uuid v1.6.0 // indirect
2122
github.com/huandu/xstrings v1.4.0 // indirect
2223
github.com/iancoleman/strcase v0.3.0 // indirect
2324
github.com/imdario/mergo v0.3.16 // indirect
2425
github.com/kr/text v0.2.0 // indirect
2526
github.com/mitchellh/copystructure v1.2.0 // indirect
2627
github.com/mitchellh/reflectwalk v1.0.2 // indirect
2728
github.com/pkg/errors v0.9.1 // indirect
28-
github.com/rogpeppe/go-internal v1.11.0 // indirect
29+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
30+
github.com/rogpeppe/go-internal v1.14.1 // indirect
2931
github.com/sirupsen/logrus v1.9.3 // indirect
30-
golang.org/x/crypto v0.16.0 // indirect
31-
golang.org/x/mod v0.14.0 // indirect
32-
golang.org/x/net v0.19.0 // indirect
33-
golang.org/x/sys v0.15.0 // indirect
34-
golang.org/x/text v0.14.0 // indirect
35-
google.golang.org/genproto v0.0.0-20231127180814-3a041ad873d4 // indirect
36-
google.golang.org/genproto/googleapis/rpc v0.0.0-20231127180814-3a041ad873d4 // indirect
32+
github.com/stretchr/testify v1.11.1 // indirect
33+
golang.org/x/crypto v0.46.0 // indirect
34+
golang.org/x/mod v0.30.0 // indirect
35+
golang.org/x/net v0.48.0 // indirect
36+
golang.org/x/sync v0.19.0 // indirect
37+
golang.org/x/sys v0.39.0 // indirect
38+
golang.org/x/text v0.32.0 // indirect
39+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
3740
gopkg.in/yaml.v3 v3.0.1 // indirect
3841
)

0 commit comments

Comments
 (0)