@@ -15,30 +15,30 @@ require (
15
15
github.com/klauspost/compress v1.17.0
16
16
github.com/klauspost/cpuid/v2 v2.2.5
17
17
github.com/mholt/acmez v1.2.0
18
- github.com/prometheus/client_golang v1.15.1
18
+ github.com/prometheus/client_golang v1.18.0
19
19
github.com/quic-go/quic-go v0.40.1
20
20
github.com/smallstep/certificates v0.25.0
21
21
github.com/smallstep/nosql v0.6.0
22
22
github.com/smallstep/truststore v0.12.1
23
- github.com/spf13/cobra v1.7 .0
23
+ github.com/spf13/cobra v1.8 .0
24
24
github.com/spf13/pflag v1.0.5
25
25
github.com/stretchr/testify v1.8.4
26
26
github.com/tailscale/tscert v0.0.0-20230806124524-28a91b69a046
27
27
github.com/yuin/goldmark v1.5.6
28
28
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
29
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0
29
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1
30
30
go.opentelemetry.io/contrib/propagators/autoprop v0.42.0
31
31
go.opentelemetry.io/otel v1.21.0
32
32
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0
33
33
go.opentelemetry.io/otel/sdk v1.21.0
34
34
go.uber.org/automaxprocs v1.5.3
35
- go.uber.org/zap v1.25 .0
36
- golang.org/x/crypto v0.17 .0
35
+ go.uber.org/zap v1.26 .0
36
+ golang.org/x/crypto v0.18 .0
37
37
golang.org/x/exp v0.0.0-20231214170342-aacd6d4b4611
38
38
golang.org/x/net v0.19.0
39
39
golang.org/x/sync v0.5.0
40
- golang.org/x/term v0.15 .0
41
- google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b
40
+ golang.org/x/term v0.16 .0
41
+ google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f
42
42
gopkg.in/natefinch/lumberjack.v2 v2.2.1
43
43
gopkg.in/yaml.v3 v3.0.1
44
44
)
@@ -50,11 +50,12 @@ require (
50
50
github.com/davecgh/go-spew v1.1.1 // indirect
51
51
github.com/fxamacker/cbor/v2 v2.5.0 // indirect
52
52
github.com/golang/glog v1.1.2 // indirect
53
- github.com/google/certificate-transparency-go v1.1.6 // indirect
53
+ github.com/google/certificate-transparency-go v1.1.8-0.20240110162603-74a5dd331745 // indirect
54
54
github.com/google/go-tpm v0.9.0 // indirect
55
55
github.com/google/go-tspi v0.3.0 // indirect
56
56
github.com/google/pprof v0.0.0-20231212022811-ec68065c825e // indirect
57
57
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0 // indirect
58
+ github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
58
59
github.com/onsi/ginkgo/v2 v2.13.2 // indirect
59
60
github.com/pmezard/go-difflib v1.0.0 // indirect
60
61
github.com/quic-go/qpack v0.4.0 // indirect
@@ -67,7 +68,7 @@ require (
67
68
go.opentelemetry.io/contrib/propagators/jaeger v1.17.0 // indirect
68
69
go.opentelemetry.io/contrib/propagators/ot v1.17.0 // indirect
69
70
go.uber.org/mock v0.3.0 // indirect
70
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b // indirect
71
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20231127180814-3a041ad873d4 // indirect
71
72
)
72
73
73
74
require (
@@ -80,13 +81,13 @@ require (
80
81
github.com/cespare/xxhash v1.1.0 // indirect
81
82
github.com/cespare/xxhash/v2 v2.2.0 // indirect
82
83
github.com/chzyer/readline v1.5.1 // indirect
83
- github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
84
+ github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
84
85
github.com/dgraph-io/badger v1.6.2 // indirect
85
86
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
86
87
github.com/dgraph-io/ristretto v0.1.0 // indirect
87
88
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
88
89
github.com/dlclark/regexp2 v1.10.0 // indirect
89
- github.com/felixge/httpsnoop v1.0.3 // indirect
90
+ github.com/felixge/httpsnoop v1.0.4 // indirect
90
91
github.com/go-kit/kit v0.10.0 // indirect
91
92
github.com/go-logfmt/logfmt v0.5.1 // indirect
92
93
github.com/go-logr/logr v1.3.0 // indirect
@@ -110,7 +111,6 @@ require (
110
111
github.com/manifoldco/promptui v0.9.0 // indirect
111
112
github.com/mattn/go-colorable v0.1.8 // indirect
112
113
github.com/mattn/go-isatty v0.0.16 // indirect
113
- github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
114
114
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
115
115
github.com/micromdm/scep/v2 v2.1.0 // indirect
116
116
github.com/miekg/dns v1.1.55 // indirect
@@ -119,9 +119,9 @@ require (
119
119
github.com/mitchellh/reflectwalk v1.0.2 // indirect
120
120
github.com/pires/go-proxyproto v0.7.0
121
121
github.com/pkg/errors v0.9.1 // indirect
122
- github.com/prometheus/client_model v0.4 .0 // indirect
123
- github.com/prometheus/common v0.42 .0 // indirect
124
- github.com/prometheus/procfs v0.9 .0 // indirect
122
+ github.com/prometheus/client_model v0.5 .0 // indirect
123
+ github.com/prometheus/common v0.45 .0 // indirect
124
+ github.com/prometheus/procfs v0.12 .0 // indirect
125
125
github.com/rs/xid v1.5.0 // indirect
126
126
github.com/russross/blackfriday/v2 v2.1.0 // indirect
127
127
github.com/shopspring/decimal v1.2.0 // indirect
@@ -131,7 +131,7 @@ require (
131
131
github.com/spf13/cast v1.4.1 // indirect
132
132
github.com/stoewer/go-strcase v1.2.0 // indirect
133
133
github.com/urfave/cli v1.22.14 // indirect
134
- go.etcd.io/bbolt v1.3.7 // indirect
134
+ go.etcd.io/bbolt v1.3.8 // indirect
135
135
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 // indirect
136
136
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect
137
137
go.opentelemetry.io/otel/metric v1.21.0 // indirect
@@ -142,10 +142,10 @@ require (
142
142
go.step.sm/linkedca v0.20.1 // indirect
143
143
go.uber.org/multierr v1.11.0 // indirect
144
144
golang.org/x/mod v0.14.0 // indirect
145
- golang.org/x/sys v0.15 .0
145
+ golang.org/x/sys v0.16 .0
146
146
golang.org/x/text v0.14.0 // indirect
147
147
golang.org/x/tools v0.16.1 // indirect
148
- google.golang.org/grpc v1.59.0 // indirect
148
+ google.golang.org/grpc v1.60.1 // indirect
149
149
google.golang.org/protobuf v1.31.0 // indirect
150
150
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
151
151
howett.net/plist v1.0.0 // indirect
0 commit comments