break: update repo url [ci skip]

uTLS is not yet bumped to the new version, so this commit breaks the dependencies relationship by getting rid of the local replace.
This commit is contained in:
Gaukas Wang 2023-08-03 18:58:52 -06:00
parent a72582e6aa
commit 95575f5fe7
No known key found for this signature in database
GPG key ID: 9E2F8986D76F8B5D
336 changed files with 928 additions and 1032 deletions

View file

@ -10,7 +10,7 @@ import (
"sync/atomic"
"time"
"github.com/quic-go/quic-go"
quic "github.com/refraction-networking/uquic"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
@ -172,7 +172,7 @@ var _ = Describe("Stream Cancellations", func() {
It("allows concurrent Read and CancelRead calls", func() {
// This test is especially valuable when run with race detector,
// see https://github.com/quic-go/quic-go/issues/3239.
// see https://github.com/refraction-networking/uquic/issues/3239.
serverCanceledCounterChan := runServer(make([]byte, 100)) // make sure the FIN is sent with the STREAM frame
conn, err := quic.DialAddr(