diff options
author | Marten Seemann <[email protected]> | 2019-12-08 01:29:03 +0800 |
---|---|---|
committer | Matt Holt <[email protected]> | 2019-12-07 10:29:03 -0700 |
commit | a8533e563045f686b4c5af8d293903ab5c238244 (patch) | |
tree | 7af6f9f3a16669a61739cd8d1c1c4a32ed3ac848 /go.mod | |
parent | b07f6958aca4e275ff1d1aebabd0eef0e0e4b330 (diff) | |
download | caddy-a8533e563045f686b4c5af8d293903ab5c238244.tar.gz caddy-a8533e563045f686b4c5af8d293903ab5c238244.zip |
update quic-go to v0.14.1 (#2918)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ require ( github.com/keybase/go-ps v0.0.0-20190827175125-91aafc93ba19 github.com/klauspost/compress v1.8.6 github.com/klauspost/cpuid v1.2.1 - github.com/lucas-clemente/quic-go v0.14.0 + github.com/lucas-clemente/quic-go v0.14.1 github.com/mholt/certmagic v0.8.3 github.com/muhammadmuzzammil1998/jsonc v0.0.0-20190906142622-1265e9b150c6 github.com/onsi/ginkgo v1.8.0 // indirect |