Skip to content

Commit

Permalink
Merge pull request #22 from pteich/use-context
Browse files Browse the repository at this point in the history
Use context when accessing Consul
  • Loading branch information
pteich authored Mar 25, 2022
2 parents 106466b + bde80a0 commit dddd1e8
Show file tree
Hide file tree
Showing 3 changed files with 270 additions and 91 deletions.
25 changes: 12 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,27 @@ go 1.15

require (
github.com/armon/go-metrics v0.3.10 // indirect
github.com/caddyserver/caddy/v2 v2.4.6
github.com/caddyserver/certmagic v0.15.2
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/caddyserver/caddy/v2 v2.5.0-beta.1.0.20220325185629-b4f1a713978f
github.com/caddyserver/certmagic v0.16.0
github.com/fatih/color v1.13.0 // indirect
github.com/hashicorp/consul/api v1.12.0
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-hclog v1.0.0 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/miekg/dns v1.1.45 // indirect
github.com/miekg/dns v1.1.47 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/prometheus/common v0.32.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/pteich/errors v1.0.1
github.com/stretchr/testify v1.7.0
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.19.1
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/tools v0.1.8 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.21.0
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064 // indirect
golang.org/x/net v0.0.0-20220325170049-de3da57026de // indirect
golang.org/x/sys v0.0.0-20220325203850-36772127a21f // indirect
golang.org/x/tools v0.1.10 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)
Loading

0 comments on commit dddd1e8

Please sign in to comment.