diff --git a/http2/go-http2/go.mod b/http2/go-http2/go.mod index 800fc56..e1790fc 100644 --- a/http2/go-http2/go.mod +++ b/http2/go-http2/go.mod @@ -2,8 +2,8 @@ module github.com/SAP-samples/cf-routing-samples/go-http2 go 1.23.0 -toolchain go1.24.0 +toolchain go1.24.1 -require golang.org/x/net v0.37.0 +require golang.org/x/net v0.38.0 require golang.org/x/text v0.23.0 // indirect diff --git a/http2/go-http2/go.sum b/http2/go-http2/go.sum index 0c8329a..d5b7c23 100644 --- a/http2/go-http2/go.sum +++ b/http2/go-http2/go.sum @@ -1,4 +1,4 @@ -golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c= -golang.org/x/net v0.37.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8= +golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8= +golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8= golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY= golang.org/x/text v0.23.0/go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4=