diff options
author | Marten Seemann <[email protected]> | 2021-04-06 02:09:30 +0700 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-05 13:09:30 -0600 |
commit | 66783eb4d966c01e3ecdcd456fa4a205de9c560b (patch) | |
tree | 72f1caa2f582e54985a97620066f3a592c68f4d7 /go.mod | |
parent | 1455d6bb690d8c91159a709cc6d1a0dc01ed9153 (diff) | |
download | caddy-66783eb4d966c01e3ecdcd456fa4a205de9c560b.tar.gz caddy-66783eb4d966c01e3ecdcd456fa4a205de9c560b.zip |
go.mod: Update quic-go to v0.20.1 (#4075)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |