mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
8 lines
227 B
Modula-2
8 lines
227 B
Modula-2
module test
|
|
|
|
go 1.15
|
|
|
|
// 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
|
|
|
|
replace github.com/lucas-clemente/quic-go => ../../
|