summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2020-07-06 12:10:35 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2020-07-06 12:10:35 -0600
commit2a5599e2ad7f2d894915365782b3e4e1022c8e06 (patch)
tree6eb85f9b8ab61b562aa1ba0dddc9dc675f5a456a /go.mod
parentc35820012bfd1b636cc16d1869f80be8e6a57ce1 (diff)
go.mod: Upgrade and downgrade smallstep, quic-go, and cpuid
Closes #3537 and fixes #3535
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 4 insertions, 4 deletions
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