From 1e480b818b56b5c46b88d59f54e0b5e54e7758f8 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Sun, 22 Nov 2020 04:54:11 +0700 Subject: go.mod: update quic-go to v0.19.2 (#3880) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 7fb597d..5c7aa0f 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.18.0 + github.com/lucas-clemente/quic-go v0.19.2 github.com/mholt/acmez v0.1.1 github.com/naoina/go-stringutil v0.1.0 // indirect github.com/naoina/toml v0.1.1 -- cgit v1.2.3