From 66783eb4d966c01e3ecdcd456fa4a205de9c560b Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Tue, 6 Apr 2021 02:09:30 +0700 Subject: go.mod: Update quic-go to v0.20.1 (#4075) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') 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 -- cgit v1.2.3