rename module, adjust import paths to quic-go/quic-go (#3680)

This commit is contained in:
Marten Seemann
2023-01-21 19:53:57 -08:00
committed by GitHub
parent 9488539a49
commit 58cedf7a4f
316 changed files with 865 additions and 849 deletions

View File

@@ -12,7 +12,7 @@ import (
"log"
"math/big"
"github.com/lucas-clemente/quic-go"
"github.com/quic-go/quic-go"
)
const addr = "localhost:4242"