File tree Expand file tree Collapse file tree 12 files changed +18
-18
lines changed
Expand file tree Collapse file tree 12 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ require (
2929 github.com/go-logr/logr v1.4.3 // indirect
3030 github.com/go-logr/stdr v1.2.2 // indirect
3131 github.com/google/uuid v1.6.0 // indirect
32- github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
32+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.8 // indirect
3333 github.com/pmezard/go-difflib v1.0.0 // indirect
3434 go.opentelemetry.io/auto/sdk v1.2.1 // indirect
3535 golang.org/x/net v0.50.0 // indirect
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
1515github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
1616github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
1717github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
18- github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 h1:X+2YciYSxvMQK0UZ7sg45ZVabVZBeBuvMkmuI2V3Fak =
19- github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 /go.mod h1:lW34nIZuQ8UDPdkon5fmfp2l3+ZkQ2me/+oecHYLOII =
18+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.8 h1:NpbJl/eVbvrGE0MJ6X16X9SAifesl6Fwxg/YmCvubRI =
19+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.8 /go.mod h1:mi7YA+gCzVem12exXy46ZespvGtX/lZmD/RLnQhVW7U =
2020github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
2121github.com/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
2222github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ require (
2727 github.com/davecgh/go-spew v1.1.1 // indirect
2828 github.com/go-logr/stdr v1.2.2 // indirect
2929 github.com/google/uuid v1.6.0 // indirect
30- github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
30+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.8 // indirect
3131 github.com/pmezard/go-difflib v1.0.0 // indirect
3232 go.opentelemetry.io/auto/sdk v1.2.1 // indirect
3333 golang.org/x/net v0.50.0 // indirect
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
1515github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
1616github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
1717github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
18- github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 h1:X+2YciYSxvMQK0UZ7sg45ZVabVZBeBuvMkmuI2V3Fak =
19- github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 /go.mod h1:lW34nIZuQ8UDPdkon5fmfp2l3+ZkQ2me/+oecHYLOII =
18+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.8 h1:NpbJl/eVbvrGE0MJ6X16X9SAifesl6Fwxg/YmCvubRI =
19+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.8 /go.mod h1:mi7YA+gCzVem12exXy46ZespvGtX/lZmD/RLnQhVW7U =
2020github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
2121github.com/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
2222github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ require (
2323 github.com/go-logr/logr v1.4.3 // indirect
2424 github.com/go-logr/stdr v1.2.2 // indirect
2525 github.com/google/uuid v1.6.0 // indirect
26- github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
26+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.8 // indirect
2727 github.com/pmezard/go-difflib v1.0.0 // indirect
2828 go.opentelemetry.io/auto/sdk v1.2.1 // indirect
2929 go.opentelemetry.io/otel/metric v1.40.0 // indirect
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
1515github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
1616github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
1717github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
18- github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 h1:X+2YciYSxvMQK0UZ7sg45ZVabVZBeBuvMkmuI2V3Fak =
19- github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 /go.mod h1:lW34nIZuQ8UDPdkon5fmfp2l3+ZkQ2me/+oecHYLOII =
18+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.8 h1:NpbJl/eVbvrGE0MJ6X16X9SAifesl6Fwxg/YmCvubRI =
19+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.8 /go.mod h1:mi7YA+gCzVem12exXy46ZespvGtX/lZmD/RLnQhVW7U =
2020github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
2121github.com/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
2222github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ require (
2222 github.com/go-logr/logr v1.4.3 // indirect
2323 github.com/go-logr/stdr v1.2.2 // indirect
2424 github.com/google/uuid v1.6.0 // indirect
25- github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
25+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.8 // indirect
2626 github.com/pmezard/go-difflib v1.0.0 // indirect
2727 go.opentelemetry.io/auto/sdk v1.2.1 // indirect
2828 go.opentelemetry.io/otel/metric v1.40.0 // indirect
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
1515github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
1616github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
1717github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
18- github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 h1:X+2YciYSxvMQK0UZ7sg45ZVabVZBeBuvMkmuI2V3Fak =
19- github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 /go.mod h1:lW34nIZuQ8UDPdkon5fmfp2l3+ZkQ2me/+oecHYLOII =
18+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.8 h1:NpbJl/eVbvrGE0MJ6X16X9SAifesl6Fwxg/YmCvubRI =
19+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.8 /go.mod h1:mi7YA+gCzVem12exXy46ZespvGtX/lZmD/RLnQhVW7U =
2020github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
2121github.com/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
2222github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ require (
2424 github.com/go-logr/logr v1.4.3 // indirect
2525 github.com/go-logr/stdr v1.2.2 // indirect
2626 github.com/google/uuid v1.6.0 // indirect
27- github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
27+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.8 // indirect
2828 github.com/pmezard/go-difflib v1.0.0 // indirect
2929 go.opentelemetry.io/auto/sdk v1.2.1 // indirect
3030 golang.org/x/net v0.50.0 // indirect
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
1515github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
1616github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
1717github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
18- github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 h1:X+2YciYSxvMQK0UZ7sg45ZVabVZBeBuvMkmuI2V3Fak =
19- github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 /go.mod h1:lW34nIZuQ8UDPdkon5fmfp2l3+ZkQ2me/+oecHYLOII =
18+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.8 h1:NpbJl/eVbvrGE0MJ6X16X9SAifesl6Fwxg/YmCvubRI =
19+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.8 /go.mod h1:mi7YA+gCzVem12exXy46ZespvGtX/lZmD/RLnQhVW7U =
2020github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
2121github.com/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
2222github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
You can’t perform that action at this time.
0 commit comments