forked from quic-go/quic-go
9 lines
227 B
Modula-2
9 lines
227 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/lucas-clemente/quic-go v0.21.0
|
|
|
|
replace github.com/lucas-clemente/quic-go => ../../
|