Skip to content

Bump golang.org/x/net from 0.33.0 to 0.38.0 in /src/BenchmarksApps/Grpc/GoServer #2086

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

Open
wants to merge 1 commit 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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/BenchmarksApps/Grpc/GoServer/go.mod
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
module github.com/grpc/grpc-dotnet

go 1.21
toolchain go1.24.1

require (
google.golang.org/grpc v1.65.0
google.golang.org/protobuf v1.34.2
github.com/golang/glog v1.2.4
)

require (
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/net v0.38.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.23.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240711142825-46eb208f015d // indirect
)
12 changes: 6 additions & 6 deletions src/BenchmarksApps/Grpc/GoServer/go.sum
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA=
golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ=
golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8=
golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=
golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY=
golang.org/x/text v0.23.0/go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240711142825-46eb208f015d h1:JU0iKnSg02Gmb5ZdV8nYsKEKsP6o/FGVWTrw4i1DA9A=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240711142825-46eb208f015d/go.mod h1:Ue6ibwXGpU+dqIcODieyLOcgj7z8+IcskoNIgZxtrFY=
google.golang.org/grpc v1.65.0 h1:bs/cUb4lp1G5iImFFd3u5ixQzweKizoZJAwBNLR42lc=

Unchanged files with check annotations Beta

{
public class SslCertBinding
{
public string CertificateThumbprint { get; set; }

Check warning on line 5 in src/BenchmarksApps/TLS/HttpSys/NetSh/SslCertBinding.cs

GitHub Actions / Build & Test (ubuntu-latest)

Non-nullable property 'CertificateThumbprint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
public string ApplicationId { get; set; }

Check warning on line 7 in src/BenchmarksApps/TLS/HttpSys/NetSh/SslCertBinding.cs

GitHub Actions / Build & Test (ubuntu-latest)

Non-nullable property 'ApplicationId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
/// <summary>
/// if mutual TLS is enabled
public static class NetshConfigurator
{
private static readonly NetShWrapper _netshWrapper = new();
private static string _certThumbprint;

Check warning on line 6 in src/BenchmarksApps/TLS/HttpSys/NetSh/NetshConfigurator.cs

GitHub Actions / Build & Test (ubuntu-latest)

Non-nullable field '_certThumbprint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
private static string _resetCertThumbprint;

Check warning on line 8 in src/BenchmarksApps/TLS/HttpSys/NetSh/NetshConfigurator.cs

GitHub Actions / Build & Test (ubuntu-latest)

Non-nullable field '_resetCertThumbprint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
public static SslCertBinding PreConfigureNetsh(
string httpsIpPort,
{
ip = IPAddress.Loopback;
}
else if (!IPAddress.TryParse(urlPrefix.Host, out ip))

Check warning on line 208 in src/BenchmarksApps/TLS/Kestrel/Program.cs

GitHub Actions / Build & Test (ubuntu-latest)

Converting null literal or possible null value to non-nullable type.
{
ip = IPAddress.IPv6Any;
}