mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-02 19:57:35 +03:00
uTLS is not yet bumped to the new version, so this commit breaks the dependencies relationship by getting rid of the local replace.
9 lines
205 B
Go
9 lines
205 B
Go
package main
|
|
|
|
import "github.com/refraction-networking/uquic/http3"
|
|
|
|
// The contents of this script don't matter.
|
|
// We just need to make sure that quic-go is imported.
|
|
func main() {
|
|
_ = http3.Server{}
|
|
}
|