diff options
author | Marten Seemann <[email protected]> | 2023-07-01 16:34:27 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-07-01 19:34:27 -0400 |
commit | 7914ba3573fa8eeb05f193fffde1a1c1493e3d0b (patch) | |
tree | 5683de7efe6b4f68786f05bc04745c7dd3c707f9 /go.mod | |
parent | dfe17c33efb1653c0dcbcb8238935e7c72d714dd (diff) | |
download | caddy-7914ba3573fa8eeb05f193fffde1a1c1493e3d0b.tar.gz caddy-7914ba3573fa8eeb05f193fffde1a1c1493e3d0b.zip |
update quic-go to v0.36.1 (#5611)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ require ( github.com/mastercactapus/proxyprotocol v0.0.4 github.com/mholt/acmez v1.2.0 github.com/prometheus/client_golang v1.14.0 - github.com/quic-go/quic-go v0.36.0 + github.com/quic-go/quic-go v0.36.1 github.com/smallstep/certificates v0.24.2 github.com/smallstep/nosql v0.6.0 github.com/smallstep/truststore v0.12.1 |