forked from quic-go/quic-go
move all dependencies on qtls to a separate package
This commit is contained in:
@@ -3,7 +3,7 @@ package qerr
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/marten-seemann/qtls"
|
||||
"github.com/lucas-clemente/quic-go/internal/qtls"
|
||||
)
|
||||
|
||||
// ErrorCode can be used as a normal error without reason.
|
||||
|
||||
Reference in New Issue
Block a user