fix: uquic sync error

...so that uquic build/test shall pass and examples shall work again.
This commit is contained in:
Gaukas Wang 2023-08-28 16:53:19 -06:00
parent 856bc02b8f
commit 9b03bc282c
No known key found for this signature in database
GPG key ID: 9E2F8986D76F8B5D
12 changed files with 142 additions and 63 deletions

View file

@ -4,7 +4,7 @@ import (
"net"
"net/netip"
"github.com/quic-go/quic-go/internal/utils"
"github.com/refraction-networking/uquic/internal/utils"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"