@@ -3,27 +3,29 @@ module github.com/pteich/caddy-tlsconsul
3
3
go 1.15
4
4
5
5
require (
6
- github.com/armon/go-metrics v0.3.4 // indirect
7
- github.com/caddyserver/caddy/v2 v2.4.3
8
- github.com/caddyserver/certmagic v0.14.0
9
- github.com/hashicorp/consul/api v1.7.0
10
- github.com/hashicorp/go-hclog v0.14.1 // indirect
11
- github.com/hashicorp/go-immutable-radix v1.3.0 // indirect
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
10
+ github.com/fatih/color v1.13.0 // indirect
11
+ github.com/hashicorp/consul/api v1.12.0
12
+ github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
13
+ github.com/hashicorp/go-hclog v1.0.0 // indirect
14
+ github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
12
15
github.com/hashicorp/golang-lru v0.5.4 // indirect
13
- github.com/hashicorp/serf v0.9.5 // indirect
14
- github.com/klauspost/cpuid/v2 v2.0.7 // indirect
15
- github.com/mattn/go-colorable v0.1.8 // indirect
16
- github.com/miekg/dns v1.1.43 // indirect
17
- github.com/mitchellh/mapstructure v1.3.3 // indirect
18
- github.com/prometheus/common v0.29.0 // indirect
16
+ github.com/mattn/go-colorable v0.1.12 // indirect
17
+ github.com/miekg/dns v1.1.45 // indirect
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
21
github.com/pteich/errors v1.0.1
20
22
github.com/stretchr/testify v1.7.0
21
- go.uber.org/atomic v1.8 .0 // indirect
23
+ go.uber.org/atomic v1.9 .0 // indirect
22
24
go.uber.org/multierr v1.7.0 // indirect
23
- go.uber.org/zap v1.18 .1
24
- golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
25
- golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
26
- golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
27
- golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
28
- google. golang.org/protobuf v1.27.1 // 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
29
31
)
0 commit comments