diff --git a/integration_tests/http/http_version_tests/h2c/go.mod b/integration_tests/http/http_version_tests/h2c/go.mod index d31ccc5a..91cd42a2 100644 --- a/integration_tests/http/http_version_tests/h2c/go.mod +++ b/integration_tests/http/http_version_tests/h2c/go.mod @@ -1,9 +1,7 @@ module h2cserver -go 1.23.0 +go 1.25.0 -toolchain go1.24.7 +require golang.org/x/net v0.55.0 -require golang.org/x/net v0.38.0 - -require golang.org/x/text v0.23.0 // indirect +require golang.org/x/text v0.37.0 // indirect diff --git a/integration_tests/http/http_version_tests/h2c/go.sum b/integration_tests/http/http_version_tests/h2c/go.sum index d5b7c238..09d3cb13 100644 --- a/integration_tests/http/http_version_tests/h2c/go.sum +++ b/integration_tests/http/http_version_tests/h2c/go.sum @@ -1,4 +1,4 @@ -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= +golang.org/x/net v0.55.0 h1:bcvxaJn3e1U6InsFWt1JUq1aSjnRxLzT2rtD2KfkDF8= +golang.org/x/net v0.55.0/go.mod h1:L5U2KuzuOe1lY7Z+aWVIKK6qEeJXnXV9yzGA+WCHJww= +golang.org/x/text v0.37.0 h1:Cqjiwd9eSg8e0QAkyCaQTNHFIIzWtidPahFWR83rTrc= +golang.org/x/text v0.37.0/go.mod h1:a5sjxXGs9hsn/AJVwuElvCAo9v8QYLzvavO5z2PiM38=