summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorArtem Mikheev <30644072+renbou@users.noreply.github.com>2022-03-23 02:47:57 +0300
committerGitHub <noreply@github.com>2022-03-22 19:47:57 -0400
commitc9b5e7f77b8aac7334d81c552c583af81ba1c400 (patch)
treef1ef90ea232cb73e68f692ca504726602ab523d4 /go.mod
parent79cbe7bfd06565d0e7ab0717119f78960ed54c08 (diff)
Fix http3 servers dying after reload (#4654)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index a7cc1a8..425e870 100644
--- a/go.mod
+++ b/go.mod
@@ -16,7 +16,7 @@ require (
github.com/google/uuid v1.3.0
github.com/klauspost/compress v1.15.0
github.com/klauspost/cpuid/v2 v2.0.11
- github.com/lucas-clemente/quic-go v0.25.0
+ github.com/lucas-clemente/quic-go v0.26.0
github.com/mholt/acmez v1.0.2
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/naoina/toml v0.1.1