From 3ee663dee195e5f8ead7879b31131f46cd0fba13 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Thu, 17 Sep 2020 12:35:25 -0600 Subject: go.mod: Upgrade dependencies --- go.mod | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 7f9cea0..869c986 100644 --- a/go.mod +++ b/go.mod @@ -6,21 +6,21 @@ require ( github.com/Masterminds/sprig/v3 v3.1.0 github.com/alecthomas/chroma v0.8.0 github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a - github.com/caddyserver/certmagic v0.11.3-0.20200822022242-4fd8ae48ef87 + github.com/caddyserver/certmagic v0.12.0 github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac github.com/go-chi/chi v4.1.2+incompatible 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.2.5 + github.com/klauspost/compress v1.11.0 + github.com/klauspost/cpuid v1.2.5 // cannot upgrade until arm is fixed: https://github.com/klauspost/cpuid/issues/52 github.com/lucas-clemente/quic-go v0.18.0 - github.com/mholt/acmez v0.1.1-0.20200811184240-dc9c5f05ed1e + github.com/mholt/acmez v0.1.1 github.com/naoina/go-stringutil v0.1.0 // indirect github.com/naoina/toml v0.1.1 github.com/prometheus/client_golang v1.7.1 - github.com/smallstep/certificates v0.15.1 - github.com/smallstep/cli v0.15.0 - github.com/smallstep/nosql v0.3.0 + github.com/smallstep/certificates v0.15.4 + github.com/smallstep/cli v0.15.2 + github.com/smallstep/nosql v0.3.0 // cannot upgrade until protobuf warning is fixed github.com/smallstep/truststore v0.9.6 github.com/yuin/goldmark v1.2.1 github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691 @@ -28,7 +28,7 @@ require ( golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de golang.org/x/net v0.0.0-20200707034311-ab3426394381 google.golang.org/genproto v0.0.0-20200806141610-86f49bd18e98 - google.golang.org/protobuf v1.24.0 + google.golang.org/protobuf v1.24.0 // cannot upgrade until warning is fixed gopkg.in/natefinch/lumberjack.v2 v2.0.0 gopkg.in/yaml.v2 v2.3.0 ) -- cgit v1.2.3