diff options
author | 2019-11-18 12:28:13 +0000 | |
---|---|---|
committer | 2019-11-18 12:28:13 +0000 | |
commit | 352266e64bdc8b44db498b452777760c2ccf770c (patch) | |
tree | cce9e4b37d00c27b444f0cc7a6a77b2e7ffceaaa /go.mod | |
parent | fe24096c57c044351a5d43af87a17072e097f7d7 (diff) | |
download | coredns-352266e64bdc8b44db498b452777760c2ccf770c.tar.gz coredns-352266e64bdc8b44db498b452777760c2ccf770c.tar.zst coredns-352266e64bdc8b44db498b452777760c2ccf770c.zip |
build(deps): bump github.com/caddyserver/caddy from 1.0.3 to 1.0.4 (#3461)
Bumps [github.com/caddyserver/caddy](https://github.com/caddyserver/caddy) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/caddyserver/caddy/releases)
- [Commits](https://github.com/caddyserver/caddy/compare/v1.0.3...v1.0.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ require ( github.com/Shopify/sarama v1.21.0 // indirect github.com/apache/thrift v0.12.0 // indirect github.com/aws/aws-sdk-go v1.25.36 - github.com/caddyserver/caddy v1.0.3 + github.com/caddyserver/caddy v1.0.4 github.com/coredns/federation v0.0.0-20190818181423-e032b096babe github.com/coreos/go-systemd v0.0.0-20190212144455-93d5ec2c7f76 // indirect github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect |