From 799c59266caa0d2f085abe65ea14c1c585129c70 Mon Sep 17 00:00:00 2001 From: thinkerou Date: Wed, 26 Apr 2023 15:03:40 +0800 Subject: [PATCH] update quic-go package path --- gin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gin.go b/gin.go index cb9d83d2..687356e3 100644 --- a/gin.go +++ b/gin.go @@ -17,7 +17,7 @@ import ( "github.com/gin-gonic/gin/internal/bytesconv" "github.com/gin-gonic/gin/render" - "github.com/lucas-clemente/quic-go/http3" + "github.com/quic-go/quic-go/http3" "golang.org/x/net/http2" "golang.org/x/net/http2/h2c" )