fix: bad ipversion selection caused by #251 (#257)

* fix: bad ipversion selection caused by #251

* chore: upgrade softwind
This commit is contained in:
mzz
2023-08-05 18:18:21 +08:00
committed by GitHub
parent 4d615205c0
commit a6382423a4
43 changed files with 110 additions and 93 deletions

View File

@ -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"
)

View File

@ -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"

View File

@ -7,7 +7,7 @@ package quicutils
import (
"fmt"
"github.com/mzz2017/softwind/pool"
"github.com/daeuniverse/softwind/pool"
"io/fs"
"sort"
)