Trying to use the server test and running into the following error.
../../../../../../pkg/mod/github.com/lucas-clemente/quic-go@v0.25.0/internal/qtls/go119.go:6:13: cannot use "quic-go doesn't build on Go 1.19 yet." (untyped string constant) as int value in variable declaration
Is there some reason it uses lucas-clemente/quic-go instead of quic-go/quic-go?
Trying to use the server test and running into the following error.
../../../../../../pkg/mod/github.com/lucas-clemente/quic-go@v0.25.0/internal/qtls/go119.go:6:13: cannot use "quic-go doesn't build on Go 1.19 yet." (untyped string constant) as int value in variable declaration
Is there some reason it uses lucas-clemente/quic-go instead of quic-go/quic-go?
Here is link to someone else who encounters the same problem with lucas-clement/quic-go https://groups.google.com/g/linux.debian.bugs.dist/c/HKN-dFEhPAE