Skip to content

Commit

Permalink
update quic-go
Browse files Browse the repository at this point in the history
  • Loading branch information
birneee committed Jan 17, 2023
1 parent 5315886 commit f45d2cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module qperf-go
go 1.19

replace (
github.com/lucas-clemente/quic-go => github.com/birneee/quic-go v0.32.1-0.20230105162816-eccb030d2284
github.com/lucas-clemente/quic-go => github.com/birneee/quic-go v0.32.1-0.20230117144234-e74c4c6edb8d
github.com/marten-seemann/qtls-go1-19 => github.com/birneee/qtls-go1-19 v0.1.0
)

Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod h1:2FmKhYU
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
github.com/birneee/qtls-go1-19 v0.1.0 h1:6Uq+3e1RgZH0olDHU2rNK+JB7D7IUVr0KBBrsZoxQRI=
github.com/birneee/qtls-go1-19 v0.1.0/go.mod h1:5HTDWtVudo/WFsHKRNuOhWlbdjrfs5JHrYb0wIJqGpI=
github.com/birneee/quic-go v0.32.1-0.20230117144234-e74c4c6edb8d h1:jD7OvyFoNV/5f0dGt9XfrQmgNg9m9C+7bvOMQAueZzk=
github.com/birneee/quic-go v0.32.1-0.20230117144234-e74c4c6edb8d/go.mod h1:Rivb+tPQjcX5cxHyVy5eDiAOBxhS1OWYUlAjHJbaLR0=
github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625/go.mod h1:HYsPBTaaSFSlLx/70C2HPIMNZpVV8+vt/A+FMnYP11g=
github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23/go.mod h1:bbYlZJ7hK1yFx9hf58LP0zeX7UjIGs20ufpu3evjr+s=
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
Expand Down

0 comments on commit f45d2cd

Please sign in to comment.