summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2022-12-08 08:55:04 -0700
committerMatthew Holt <mholt@users.noreply.github.com>2022-12-08 08:55:04 -0700
commitfac35db9dcbf23af7ffad885bf072e3fbbaa7e71 (patch)
tree9284f53d7677c8020d789af0cf31a8b7ab06a6d7 /go.mod
parentbfaf2a8201b83d7369772cb6f2439abe66d9342a (diff)
go.mod: Update quic-go to v0.31.0
And fix a comment typo
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 00119b9..b152fa8 100644
--- a/go.mod
+++ b/go.mod
@@ -14,7 +14,7 @@ require (
github.com/google/uuid v1.3.0
github.com/klauspost/compress v1.15.11
github.com/klauspost/cpuid/v2 v2.1.2
- github.com/lucas-clemente/quic-go v0.30.0
+ github.com/lucas-clemente/quic-go v0.31.0
github.com/mholt/acmez v1.0.4
github.com/prometheus/client_golang v1.12.2
github.com/smallstep/certificates v0.23.0
@@ -127,7 +127,7 @@ require (
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
- golang.org/x/sys v0.1.0
+ golang.org/x/sys v0.1.1-0.20221102194838-fc697a31fa06
golang.org/x/text v0.4.0 // indirect
golang.org/x/tools v0.1.12 // indirect
google.golang.org/grpc v1.50.1 // indirect