summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMarten Seemann <martenseemann@gmail.com>2021-04-06 02:09:30 +0700
committerGitHub <noreply@github.com>2021-04-05 13:09:30 -0600
commit66783eb4d966c01e3ecdcd456fa4a205de9c560b (patch)
tree72f1caa2f582e54985a97620066f3a592c68f4d7 /go.mod
parent1455d6bb690d8c91159a709cc6d1a0dc01ed9153 (diff)
go.mod: Update quic-go to v0.20.1 (#4075)
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 629d162..51269c5 100644
--- a/go.mod
+++ b/go.mod
@@ -13,7 +13,7 @@ require (
github.com/google/uuid v1.2.0
github.com/klauspost/compress v1.11.3
github.com/klauspost/cpuid/v2 v2.0.1
- github.com/lucas-clemente/quic-go v0.19.3
+ github.com/lucas-clemente/quic-go v0.20.1
github.com/mholt/acmez v0.1.3
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/naoina/toml v0.1.1