From 2a5599e2ad7f2d894915365782b3e4e1022c8e06 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Mon, 6 Jul 2020 12:10:35 -0600 Subject: go.mod: Upgrade and downgrade smallstep, quic-go, and cpuid Closes #3537 and fixes #3535 --- go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 9d47c46..0c71610 100644 --- a/go.mod +++ b/go.mod @@ -13,13 +13,13 @@ require ( github.com/google/cel-go v0.5.1 github.com/jsternberg/zap-logfmt v1.2.0 github.com/klauspost/compress v1.10.10 - github.com/klauspost/cpuid v1.3.0 + github.com/klauspost/cpuid v1.2.5 github.com/libdns/libdns v0.0.0-20200501023120-186724ffc821 - github.com/lucas-clemente/quic-go v0.17.1 + github.com/lucas-clemente/quic-go v0.17.2 github.com/naoina/go-stringutil v0.1.0 // indirect github.com/naoina/toml v0.1.1 - github.com/smallstep/certificates v0.15.0-rc.1.0.20200506212953-e855707dc274 - github.com/smallstep/cli v0.14.4 + github.com/smallstep/certificates v0.14.6 + github.com/smallstep/cli v0.14.6 github.com/smallstep/nosql v0.3.0 github.com/smallstep/truststore v0.9.5 github.com/yuin/goldmark v1.1.32 -- cgit v1.2.3