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.
8 lines
237 B
Modula-2
8 lines
237 B
Modula-2
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/refraction-networking/uquic v0.21.0
|
|
|
|
replace github.com/refraction-networking/uquic => ../../
|