aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorFrancis Lavoie <[email protected]>2024-04-04 17:56:04 -0400
committerFrancis Lavoie <[email protected]>2024-04-04 17:56:04 -0400
commitdba322df903bf423e8d65f5b9f238d8a0e7d333f (patch)
treeb4c444e6b5c54afd8632b15c72db978ffb59700f /go.mod
parent45132c5b24b411afbf90e8f897a1598d4eca790f (diff)
downloadcaddy-dba322df903bf423e8d65f5b9f238d8a0e7d333f.tar.gz
caddy-dba322df903bf423e8d65f5b9f238d8a0e7d333f.zip
chore: Upgrade some dependenciesdep-upgrades
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod46
1 files changed, 23 insertions, 23 deletions
diff --git a/go.mod b/go.mod
index 5a1920d82..f0b6d8089 100644
--- a/go.mod
+++ b/go.mod
@@ -12,35 +12,34 @@ require (
github.com/caddyserver/certmagic v0.20.0
github.com/dustin/go-humanize v1.0.1
github.com/go-chi/chi/v5 v5.0.12
- github.com/google/cel-go v0.20.0
+ github.com/google/cel-go v0.20.1
github.com/google/uuid v1.6.0
- github.com/klauspost/compress v1.17.0
- github.com/klauspost/cpuid/v2 v2.2.5
+ github.com/klauspost/compress v1.17.7
+ github.com/klauspost/cpuid/v2 v2.2.7
github.com/mholt/acmez v1.2.0
github.com/prometheus/client_golang v1.19.0
github.com/quic-go/quic-go v0.42.0
- github.com/smallstep/certificates v0.25.3-rc5
+ github.com/smallstep/certificates v0.26.0
github.com/smallstep/nosql v0.6.0
- github.com/smallstep/truststore v0.12.1
+ github.com/smallstep/truststore v0.13.0
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.9.0
github.com/tailscale/tscert v0.0.0-20230806124524-28a91b69a046
- github.com/yuin/goldmark v1.5.6
+ github.com/yuin/goldmark v1.7.1
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0
go.opentelemetry.io/contrib/propagators/autoprop v0.42.0
- go.opentelemetry.io/otel v1.21.0
+ go.opentelemetry.io/otel v1.24.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0
go.opentelemetry.io/otel/sdk v1.21.0
go.uber.org/automaxprocs v1.5.3
- go.uber.org/zap v1.26.0
+ go.uber.org/zap v1.27.0
go.uber.org/zap/exp v0.2.0
- golang.org/x/crypto v0.21.0
- golang.org/x/exp v0.0.0-20231214170342-aacd6d4b4611
- golang.org/x/net v0.22.0
- golang.org/x/sync v0.6.0
- golang.org/x/term v0.18.0
+ golang.org/x/crypto v0.22.0
+ golang.org/x/net v0.24.0
+ golang.org/x/sync v0.7.0
+ golang.org/x/term v0.19.0
golang.org/x/time v0.5.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/yaml.v3 v3.0.1
@@ -72,8 +71,9 @@ require (
go.opentelemetry.io/contrib/propagators/jaeger v1.17.0 // indirect
go.opentelemetry.io/contrib/propagators/ot v1.17.0 // indirect
go.uber.org/mock v0.4.0 // indirect
+ golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240311132316-a219d84964c2 // indirect
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240311132316-a219d84964c2 // indirect
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240314234333-6e1732d8331c // indirect
)
require (
@@ -84,7 +84,7 @@ require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
- github.com/cespare/xxhash/v2 v2.2.0 // indirect
+ github.com/cespare/xxhash/v2 v2.2.0
github.com/chzyer/readline v1.5.1 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
github.com/dgraph-io/badger v1.6.2 // indirect
@@ -137,17 +137,17 @@ require (
github.com/urfave/cli v1.22.14 // indirect
go.etcd.io/bbolt v1.3.8 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect
- go.opentelemetry.io/otel/metric v1.21.0 // indirect
- go.opentelemetry.io/otel/trace v1.21.0
+ go.opentelemetry.io/otel/metric v1.24.0 // indirect
+ go.opentelemetry.io/otel/trace v1.24.0
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
- go.step.sm/cli-utils v0.8.0 // indirect
- go.step.sm/crypto v0.42.1
+ go.step.sm/cli-utils v0.9.0 // indirect
+ go.step.sm/crypto v0.44.2
go.step.sm/linkedca v0.20.1 // indirect
go.uber.org/multierr v1.11.0 // indirect
- golang.org/x/mod v0.14.0 // indirect
- golang.org/x/sys v0.18.0
+ golang.org/x/mod v0.16.0 // indirect
+ golang.org/x/sys v0.19.0
golang.org/x/text v0.14.0 // indirect
- golang.org/x/tools v0.16.1 // indirect
+ golang.org/x/tools v0.19.0 // indirect
google.golang.org/grpc v1.62.1 // indirect
google.golang.org/protobuf v1.33.0 // indirect
howett.net/plist v1.0.0 // indirect