@@ -4,28 +4,27 @@ go 1.15
4
4
5
5
require (
6
6
github.com/armon/go-metrics v0.3.10 // indirect
7
- github.com/caddyserver/caddy/v2 v2.4.6
8
- github.com/caddyserver/certmagic v0.15.2
9
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
7
+ github.com/caddyserver/caddy/v2 v2.5.0-beta.1.0.20220325185629-b4f1a713978f
8
+ github.com/caddyserver/certmagic v0.16.0
10
9
github.com/fatih/color v1.13.0 // indirect
11
10
github.com/hashicorp/consul/api v1.12.0
12
11
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
13
12
github.com/hashicorp/go-hclog v1.0.0 // indirect
14
13
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
15
14
github.com/hashicorp/golang-lru v0.5.4 // indirect
15
+ github.com/klauspost/cpuid/v2 v2.0.12 // indirect
16
16
github.com/mattn/go-colorable v0.1.12 // indirect
17
- github.com/miekg/dns v1.1.45 // indirect
17
+ github.com/miekg/dns v1.1.47 // indirect
18
18
github.com/mitchellh/mapstructure v1.4.3 // indirect
19
- github.com/prometheus/common v0.32.1 // indirect
20
- github.com/prometheus/procfs v0.7.3 // indirect
19
+ github.com/onsi/ginkgo v1.16.5 // indirect
21
20
github.com/pteich/errors v1.0.1
22
21
github.com/stretchr/testify v1.7.0
23
22
go.uber.org/atomic v1.9.0 // indirect
24
- go.uber.org/multierr v1.7 .0 // indirect
25
- go.uber.org/zap v1.19.1
26
- golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
27
- golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
28
- golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
29
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
30
- golang.org/x/tools v0.1.8 // indirect
23
+ go.uber.org/multierr v1.8 .0 // indirect
24
+ go.uber.org/zap v1.21.0
25
+ golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064 // indirect
26
+ golang.org/x/net v0.0.0-20220325170049-de3da57026de // indirect
27
+ golang.org/x/sys v0.0.0-20220325203850-36772127a21f // indirect
28
+ golang.org/x/tools v0.1.10 // indirect
29
+ google. golang.org/protobuf v1.28.0 // indirect
31
30
)
0 commit comments