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

@@ -1,6 +1,6 @@
package main
import "github.com/lucas-clemente/quic-go/http3"
import "github.com/quic-go/quic-go/http3"
// The contents of this script don't matter.
// We just need to make sure that quic-go is imported.