aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar Chris O'Haver <cohaver@infoblox.com> 2023-08-09 09:37:00 -0400
committerGravatar GitHub <noreply@github.com> 2023-08-09 09:37:00 -0400
commit93139841965d8a4e6791dbe2e4d154991fc6a59b (patch)
tree3eac1a454f274776da30a37706ab761713852571 /go.mod
parent6c8581445e195960ef51e8a432f6a70087731324 (diff)
downloadcoredns-93139841965d8a4e6791dbe2e4d154991fc6a59b.tar.gz
coredns-93139841965d8a4e6791dbe2e4d154991fc6a59b.tar.zst
coredns-93139841965d8a4e6791dbe2e4d154991fc6a59b.zip
bump quic package to get go 1.21 fix (#6252)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 6046ac9de..343afb518 100644
--- a/go.mod
+++ b/go.mod
@@ -24,7 +24,7 @@ require (
github.com/prometheus/client_golang v1.16.0
github.com/prometheus/client_model v0.4.0
github.com/prometheus/common v0.44.0
- github.com/quic-go/quic-go v0.37.3
+ github.com/quic-go/quic-go v0.37.4
go.etcd.io/etcd/api/v3 v3.5.9
go.etcd.io/etcd/client/v3 v3.5.9
golang.org/x/crypto v0.12.0