|
1 | 1 | module github.com/juanjiTech/termium-proto |
2 | 2 |
|
3 | | -go 1.21.1 |
| 3 | +go 1.24.0 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.1 |
7 | 7 | 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 |
11 | 11 | 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 |
13 | 13 | ) |
14 | 14 |
|
15 | 15 | require ( |
16 | 16 | github.com/Masterminds/goutils v1.1.1 // indirect |
17 | 17 | github.com/Masterminds/semver v1.5.0 // indirect |
18 | 18 | 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 |
21 | 22 | github.com/huandu/xstrings v1.4.0 // indirect |
22 | 23 | github.com/iancoleman/strcase v0.3.0 // indirect |
23 | 24 | github.com/imdario/mergo v0.3.16 // indirect |
24 | 25 | github.com/kr/text v0.2.0 // indirect |
25 | 26 | github.com/mitchellh/copystructure v1.2.0 // indirect |
26 | 27 | github.com/mitchellh/reflectwalk v1.0.2 // indirect |
27 | 28 | 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 |
29 | 31 | 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 |
37 | 40 | gopkg.in/yaml.v3 v3.0.1 // indirect |
38 | 41 | ) |
0 commit comments