From ecd5eeab3857a0d6903a85bf52183171bda1920c Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Thu, 3 Jun 2021 12:18:25 -0600 Subject: go.mod: Update direct dependencies --- go.mod | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 6fe6902..9fc4f5b 100644 --- a/go.mod +++ b/go.mod @@ -3,33 +3,33 @@ module github.com/caddyserver/caddy/v2 go 1.15 require ( - github.com/Masterminds/sprig/v3 v3.1.0 - github.com/alecthomas/chroma v0.8.2 - github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a + github.com/Masterminds/sprig/v3 v3.2.2 + github.com/alecthomas/chroma v0.9.1 + github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b github.com/caddyserver/certmagic v0.13.1 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.6.0 + github.com/google/cel-go v0.7.3 github.com/google/uuid v1.2.0 - github.com/klauspost/compress v1.11.3 + github.com/klauspost/compress v1.13.0 github.com/klauspost/cpuid/v2 v2.0.6 - github.com/lucas-clemente/quic-go v0.20.1 + github.com/lucas-clemente/quic-go v0.21.0 github.com/mholt/acmez v0.1.3 github.com/naoina/go-stringutil v0.1.0 // indirect github.com/naoina/toml v0.1.1 - github.com/prometheus/client_golang v1.9.0 - github.com/smallstep/certificates v0.15.4 - github.com/smallstep/cli v0.15.2 - github.com/smallstep/nosql v0.3.0 // cannot upgrade from v0.3.0 until protobuf warning is fixed + github.com/prometheus/client_golang v1.10.1-0.20210603120351-253906201bda + github.com/smallstep/certificates v0.15.15 + github.com/smallstep/cli v0.15.16 + github.com/smallstep/nosql v0.3.6 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.16.0 - golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de - golang.org/x/net v0.0.0-20201110031124-69a78807bb2b - golang.org/x/term v0.0.0-20210317153231-de623e64d2a6 - google.golang.org/genproto v0.0.0-20200806141610-86f49bd18e98 - google.golang.org/protobuf v1.24.0 // cannot upgrade until warning is fixed + github.com/yuin/goldmark v1.3.7 + github.com/yuin/goldmark-highlighting v0.0.0-20210516132338-9216f9c5aa01 + go.uber.org/zap v1.17.0 + golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a + golang.org/x/net v0.0.0-20210525063256-abc453219eb5 + golang.org/x/term v0.0.0-20210503060354-a79de5458b56 + google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c + google.golang.org/protobuf v1.26.0 gopkg.in/natefinch/lumberjack.v2 v2.0.0 - gopkg.in/yaml.v2 v2.3.0 + gopkg.in/yaml.v2 v2.4.0 ) -- cgit v1.2.3