diff options
author | 2019-08-26 08:26:32 +0000 | |
---|---|---|
committer | 2019-08-26 08:26:32 +0000 | |
commit | 295be732acec3a8f14c8ea62f053225925fe97a0 (patch) | |
tree | 3d502e7d6aa5cc8d2f26cd2ea45456c490d37ea0 /go.mod | |
parent | 934e3721fba3ba3cbf6b0027e5fad30f00d21d82 (diff) | |
download | coredns-295be732acec3a8f14c8ea62f053225925fe97a0.tar.gz coredns-295be732acec3a8f14c8ea62f053225925fe97a0.tar.zst coredns-295be732acec3a8f14c8ea62f053225925fe97a0.zip |
build(deps): bump github.com/coreos/etcd (#3199)
Bumps [github.com/coreos/etcd](https://github.com/coreos/etcd) from 3.3.13+incompatible to 3.3.15+incompatible.
- [Release notes](https://github.com/coreos/etcd/releases)
- [Changelog](https://github.com/etcd-io/etcd/blob/master/CHANGELOG-3.4.md)
- [Commits](https://github.com/coreos/etcd/compare/v3.3.13...v3.3.15)
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
@@ -15,7 +15,7 @@ require ( github.com/caddyserver/caddy v1.0.3 github.com/coredns/federation v0.0.0-20190818181423-e032b096babe github.com/coreos/bbolt v1.3.2 // indirect - github.com/coreos/etcd v3.3.13+incompatible + github.com/coreos/etcd v3.3.15+incompatible github.com/coreos/go-semver v0.2.0 // indirect github.com/coreos/go-systemd v0.0.0-20190212144455-93d5ec2c7f76 // indirect github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect |