forked from quic-go/quic-go
rename module, adjust import paths to quic-go/quic-go (#3680)
This commit is contained in:
@@ -3,6 +3,6 @@ module test
|
||||
go 1.16
|
||||
|
||||
// The version doesn't matter here, as we're replacing it with the currently checked out code anyway.
|
||||
require github.com/lucas-clemente/quic-go v0.21.0
|
||||
require github.com/quic-go/quic-go v0.21.0
|
||||
|
||||
replace github.com/lucas-clemente/quic-go => ../../
|
||||
replace github.com/quic-go/quic-go => ../../
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user