Skip to content

Commit

Permalink
Use refraction-networking/conjure v0.7.10-0.20231110193225-e4749a9dedc9
Browse files Browse the repository at this point in the history
- Concurrent DTLS client->server and server->client dial attempts
  • Loading branch information
rod-hynes committed Nov 10, 2023
1 parent c0f2e6c commit 28909de
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 19 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ require (
github.com/oschwald/maxminddb-golang v1.12.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pion/sctp v1.8.8
github.com/refraction-networking/conjure v0.7.9
github.com/refraction-networking/conjure v0.7.10-0.20231110193225-e4749a9dedc9
github.com/refraction-networking/gotapdance v1.7.7
github.com/refraction-networking/utls v1.3.3
github.com/ryanuber/go-glob v0.0.0-20170128012129-256dc444b735
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ github.com/quic-go/qpack v0.4.0 h1:Cr9BXA1sQS2SmDUWjSofMPNKmvF6IiIfDRmgU0w1ZCo=
github.com/quic-go/qpack v0.4.0/go.mod h1:UZVnYIfi5GRk+zI9UMaCPsmZ2xKJP7XBUvVyT1Knj9A=
github.com/refraction-networking/conjure v0.7.9 h1:ABEtW1treui43vP0LlCslfw274bIyFaoxDB59BzUrl4=
github.com/refraction-networking/conjure v0.7.9/go.mod h1:O5u/Mpg5b3whLF8L701pTMQW23SviS+rDKdWbY/BM0Q=
github.com/refraction-networking/conjure v0.7.10-0.20231110185258-440efbc194c2 h1:XAEn6rgTrzZrHYSWWvWVNzFyGADLv0n1SR2c2POZ2go=
github.com/refraction-networking/conjure v0.7.10-0.20231110185258-440efbc194c2/go.mod h1:O5u/Mpg5b3whLF8L701pTMQW23SviS+rDKdWbY/BM0Q=
github.com/refraction-networking/conjure v0.7.10-0.20231110193225-e4749a9dedc9 h1:46+z0lVJL5ynP09dtThex4GiowaANoBk7DsNF0+a+7Q=
github.com/refraction-networking/conjure v0.7.10-0.20231110193225-e4749a9dedc9/go.mod h1:O5u/Mpg5b3whLF8L701pTMQW23SviS+rDKdWbY/BM0Q=
github.com/refraction-networking/ed25519 v0.1.2 h1:08kJZUkAlY7a7cZGosl1teGytV+QEoNxPO7NnRvAB+g=
github.com/refraction-networking/ed25519 v0.1.2/go.mod h1:nxYLUAYt/hmNpAh64PNSQ/tQ9gTIB89wCaGKJlRtZ9I=
github.com/refraction-networking/gotapdance v1.7.7 h1:RSdDCA0v4n/iIxCnxLF6uCoJdlo000R+IKGvELfpc/A=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ github.com/pmezard/go-difflib/difflib
# github.com/quic-go/qpack v0.4.0
## explicit; go 1.18
github.com/quic-go/qpack
# github.com/refraction-networking/conjure v0.7.9
# github.com/refraction-networking/conjure v0.7.10-0.20231110193225-e4749a9dedc9
## explicit; go 1.18
github.com/refraction-networking/conjure/pkg/client/assets
github.com/refraction-networking/conjure/pkg/core
Expand Down

0 comments on commit 28909de

Please sign in to comment.