diff options
author | 2021-06-21 04:50:16 -0700 | |
---|---|---|
committer | 2021-06-21 04:50:16 -0700 | |
commit | c1140c399d93de9d49dbaec4d3c8f67dbac6dcb1 (patch) | |
tree | c1be14782d8b1dbe9664ec6d1808e289cd40a907 /go.mod | |
parent | 5a8c0672580e82874eae93c6a023152d21ac8f07 (diff) | |
download | coredns-c1140c399d93de9d49dbaec4d3c8f67dbac6dcb1.tar.gz coredns-c1140c399d93de9d49dbaec4d3c8f67dbac6dcb1.tar.zst coredns-c1140c399d93de9d49dbaec4d3c8f67dbac6dcb1.zip |
build(deps): bump go.etcd.io/etcd/api/v3 from 3.5.0-rc.1 to 3.5.0 (#4709)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ require ( github.com/prometheus/client_golang v1.11.0 github.com/prometheus/client_model v0.2.0 github.com/prometheus/common v0.29.0 - go.etcd.io/etcd/api/v3 v3.5.0-rc.1 + go.etcd.io/etcd/api/v3 v3.5.0 go.etcd.io/etcd/client/v3 v3.5.0-rc.1 golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 golang.org/x/sys v0.0.0-20210603125802-9665404d3644 |