summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2020-12-08 14:06:52 -0700
committerMatthew Holt <mholt@users.noreply.github.com>2020-12-08 14:06:52 -0700
commit31fbcd74016f35c4edf89b5de9c8a519663d588b (patch)
tree33f2659cbef5babe5c7b04caed046dce0b4aed91 /go.mod
parent7e719157d9b7002fc09de63344f7b4fdfa7e9f57 (diff)
go.mod: Upgrade some dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod12
1 files changed, 6 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index 7532a3b..0ef4464 100644
--- a/go.mod
+++ b/go.mod
@@ -4,15 +4,15 @@ go 1.14
require (
github.com/Masterminds/sprig/v3 v3.1.0
- github.com/alecthomas/chroma v0.8.0
+ github.com/alecthomas/chroma v0.8.2
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a
github.com/caddyserver/certmagic v0.12.1-0.20201116175341-0f8a9f688760
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/google/cel-go v0.6.0
github.com/jsternberg/zap-logfmt v1.2.0
- 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/klauspost/compress v1.11.3
+ github.com/klauspost/cpuid/v2 v2.0.1
github.com/lucas-clemente/quic-go v0.19.3
github.com/mholt/acmez v0.1.1
github.com/naoina/go-stringutil v0.1.0 // indirect
@@ -20,11 +20,11 @@ require (
github.com/prometheus/client_golang v1.7.1
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/nosql v0.3.0 // cannot upgrade from v0.3.0 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
- go.uber.org/zap v1.15.0
+ go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
google.golang.org/genproto v0.0.0-20200806141610-86f49bd18e98