mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
move all dependencies on qtls to a separate package
This commit is contained in:
parent
524da2213c
commit
977dbc828c
29 changed files with 572 additions and 478 deletions
|
@ -10,7 +10,7 @@ import (
|
|||
gomock "github.com/golang/mock/gomock"
|
||||
handshake "github.com/lucas-clemente/quic-go/internal/handshake"
|
||||
protocol "github.com/lucas-clemente/quic-go/internal/protocol"
|
||||
qtls "github.com/marten-seemann/qtls"
|
||||
qtls "github.com/lucas-clemente/quic-go/internal/qtls"
|
||||
)
|
||||
|
||||
// MockCryptoSetup is a mock of CryptoSetup interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue