Skip to content

Commit eb18f61

Browse files
committed
Upgrade dependencies
1 parent edb4786 commit eb18f61

File tree

2 files changed

+341
-194
lines changed

2 files changed

+341
-194
lines changed

go.mod

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
11
module github.com/pteich/caddy-tlsconsul
22

3-
go 1.14
3+
go 1.15
44

55
require (
66
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
99
github.com/hashicorp/consul/api v1.7.0
1010
github.com/hashicorp/go-hclog v0.14.1 // indirect
1111
github.com/hashicorp/go-immutable-radix v1.3.0 // indirect
1212
github.com/hashicorp/golang-lru v0.5.4 // indirect
1313
github.com/hashicorp/serf v0.9.5 // indirect
14+
github.com/klauspost/cpuid/v2 v2.0.7 // indirect
1415
github.com/mattn/go-colorable v0.1.8 // indirect
16+
github.com/miekg/dns v1.1.43 // indirect
1517
github.com/mitchellh/mapstructure v1.3.3 // indirect
18+
github.com/prometheus/common v0.29.0 // indirect
1619
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
2329
)

0 commit comments

Comments
 (0)