mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-31 23:30:28 +07:00
* fix: bad ipversion selection caused by #251 * chore: upgrade softwind
This commit is contained in:
@ -11,7 +11,7 @@ import (
|
||||
"crypto/sha256"
|
||||
"encoding/binary"
|
||||
"github.com/daeuniverse/dae/common"
|
||||
"github.com/mzz2017/softwind/pool"
|
||||
"github.com/daeuniverse/softwind/pool"
|
||||
"golang.org/x/crypto/hkdf"
|
||||
"io"
|
||||
)
|
||||
|
@ -4,7 +4,7 @@ package quicutils
|
||||
|
||||
import (
|
||||
"encoding/binary"
|
||||
"github.com/mzz2017/softwind/pool"
|
||||
"github.com/daeuniverse/softwind/pool"
|
||||
"golang.org/x/crypto/hkdf"
|
||||
"hash"
|
||||
"io"
|
||||
|
@ -7,7 +7,7 @@ package quicutils
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/mzz2017/softwind/pool"
|
||||
"github.com/daeuniverse/softwind/pool"
|
||||
"io/fs"
|
||||
"sort"
|
||||
)
|
||||
|
Reference in New Issue
Block a user