diff options
author | Marten Seemann <[email protected]> | 2020-11-22 04:54:11 +0700 |
---|---|---|
committer | GitHub <[email protected]> | 2020-11-21 14:54:11 -0700 |
commit | 1e480b818b56b5c46b88d59f54e0b5e54e7758f8 (patch) | |
tree | 837090cf84f266ecf18ea790d951172c20efdb2d /go.mod | |
parent | 96058538f01bf3fc4f2f7c25dbb2338f058f46c7 (diff) | |
download | caddy-1e480b818b56b5c46b88d59f54e0b5e54e7758f8.tar.gz caddy-1e480b818b56b5c46b88d59f54e0b5e54e7758f8.zip |
go.mod: update quic-go to v0.19.2 (#3880)
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/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 |