From 7e60559c9701207ddb5dcc23edfa238688d6cc12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 14:16:55 -0600 Subject: [PATCH] build(deps): bump github.com/quic-go/quic-go from 0.40.1 to 0.42.0 (#289) * build(deps): bump github.com/quic-go/quic-go from 0.40.1 to 0.42.0 Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.40.1 to 0.42.0. - [Release notes](https://github.com/quic-go/quic-go/releases) - [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md) - [Commits](https://github.com/quic-go/quic-go/compare/v0.40.1...v0.42.0) --- updated-dependencies: - dependency-name: github.com/quic-go/quic-go dependency-type: direct:production ... Signed-off-by: dependabot[bot] * update: remove dependency of quic-go We now vendor the quicvarint submodule from quic-go for a minimal dependency tree. This also updates the minimal Go version requirement to Go 1.21, given uTLS promised to support 2 most recent minor versions of Go. Signed-off-by: Gaukas Wang --------- Signed-off-by: dependabot[bot] Signed-off-by: Gaukas Wang Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gaukas Wang --- u_quic_transport_parameters.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/u_quic_transport_parameters.go b/u_quic_transport_parameters.go index 8df4df49..53b36cd7 100644 --- a/u_quic_transport_parameters.go +++ b/u_quic_transport_parameters.go @@ -6,7 +6,7 @@ import ( "math" "math/big" - "github.com/quic-go/quic-go/quicvarint" + "github.com/refraction-networking/utls/internal/quicvarint" ) const (