|
1 | 1 | module github.com/pteich/caddy-tlsconsul
|
2 | 2 |
|
3 |
| -go 1.14 |
| 3 | +go 1.15 |
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | github.com/armon/go-metrics v0.3.4 // indirect
|
7 |
| - github.com/caddyserver/caddy/v2 v2.2.0 |
8 |
| - github.com/caddyserver/certmagic v0.12.0 |
| 7 | + github.com/caddyserver/caddy/v2 v2.4.3 |
| 8 | + github.com/caddyserver/certmagic v0.14.0 |
9 | 9 | github.com/hashicorp/consul/api v1.7.0
|
10 | 10 | github.com/hashicorp/go-hclog v0.14.1 // indirect
|
11 | 11 | github.com/hashicorp/go-immutable-radix v1.3.0 // indirect
|
12 | 12 | github.com/hashicorp/golang-lru v0.5.4 // indirect
|
13 | 13 | github.com/hashicorp/serf v0.9.5 // indirect
|
| 14 | + github.com/klauspost/cpuid/v2 v2.0.7 // indirect |
14 | 15 | github.com/mattn/go-colorable v0.1.8 // indirect
|
| 16 | + github.com/miekg/dns v1.1.43 // indirect |
15 | 17 | github.com/mitchellh/mapstructure v1.3.3 // indirect
|
| 18 | + github.com/prometheus/common v0.29.0 // indirect |
16 | 19 | github.com/pteich/errors v1.0.1
|
17 |
| - github.com/stretchr/testify v1.5.1 |
18 |
| - go.uber.org/zap v1.15.0 |
19 |
| - golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect |
20 |
| - golang.org/x/sys v0.0.0-20201008064518-c1f3e3309c71 // indirect |
21 |
| - golang.org/x/tools v0.0.0-20200304193943-95d2e580d8eb // indirect |
22 |
| - honnef.co/go/tools v0.0.1-2020.1.3 // indirect |
| 20 | + github.com/stretchr/testify v1.7.0 |
| 21 | + go.uber.org/atomic v1.8.0 // indirect |
| 22 | + 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 |
23 | 29 | )
|
0 commit comments