Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module google.golang.org/grpc to v1.69.2 #1332

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
26 changes: 12 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module dovesnap

go 1.22
go 1.22.0

toolchain go1.23.4

require (
github.com/docker/docker v27.3.1+incompatible
@@ -10,7 +12,7 @@ require (
github.com/kenshaw/baseconv v0.1.1
github.com/sirupsen/logrus v1.9.3
github.com/vishvananda/netlink v1.3.0
google.golang.org/grpc v1.67.0
google.golang.org/grpc v1.69.2
)

require (
@@ -33,19 +35,15 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/vishvananda/netns v0.0.4 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 // indirect
go.opentelemetry.io/otel v1.30.0 // indirect
go.opentelemetry.io/otel v1.31.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.22.0 // indirect
go.opentelemetry.io/otel/metric v1.30.0 // indirect
go.opentelemetry.io/otel/sdk v1.22.0 // indirect
go.opentelemetry.io/otel/trace v1.30.0 // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.18.0 // indirect
go.opentelemetry.io/otel/metric v1.31.0 // indirect
go.opentelemetry.io/otel/trace v1.31.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
golang.org/x/tools v0.25.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240924160255-9d4c2d233b61 // indirect
google.golang.org/protobuf v1.34.2 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
google.golang.org/protobuf v1.35.1 // indirect
gotest.tools/v3 v3.0.3 // indirect
)
92 changes: 30 additions & 62 deletions go.sum

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion vendor/github.com/Microsoft/go-winio/.gitattributes

This file was deleted.

10 changes: 0 additions & 10 deletions vendor/github.com/Microsoft/go-winio/.gitignore

This file was deleted.

147 changes: 0 additions & 147 deletions vendor/github.com/Microsoft/go-winio/.golangci.yml

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/Microsoft/go-winio/CODEOWNERS

This file was deleted.

22 changes: 0 additions & 22 deletions vendor/github.com/Microsoft/go-winio/LICENSE

This file was deleted.

89 changes: 0 additions & 89 deletions vendor/github.com/Microsoft/go-winio/README.md

This file was deleted.

41 changes: 0 additions & 41 deletions vendor/github.com/Microsoft/go-winio/SECURITY.md

This file was deleted.

Loading