summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMarten Seemann <martenseemann@gmail.com>2020-12-04 22:49:26 +0700
committerGitHub <noreply@github.com>2020-12-04 08:49:26 -0700
commit5643dc3fb9e84b1dc862aa96bc5474d06f36d9c4 (patch)
treeae9e5bbf897a35f2b926660a9febf79918ebe3ee /go.mod
parent3d0e046238cd1a6cf2500e9dffbd581617082535 (diff)
go.mod: update quic-go to v0.19.3 (#3901)
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 5c7aa0f..7532a3b 100644
--- a/go.mod
+++ b/go.mod
@@ -13,7 +13,7 @@ require (
github.com/jsternberg/zap-logfmt v1.2.0
github.com/klauspost/compress v1.11.0
github.com/klauspost/cpuid v1.2.5 // cannot upgrade until arm is fixed: https://github.com/klauspost/cpuid/issues/52
- github.com/lucas-clemente/quic-go v0.19.2
+ github.com/lucas-clemente/quic-go v0.19.3
github.com/mholt/acmez v0.1.1
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/naoina/toml v0.1.1