diff options
author | 2023-04-19 15:28:46 -0400 | |
---|---|---|
committer | 2023-04-19 15:28:46 -0400 | |
commit | 4be640bdd2d92a7985f3a923e06a9b2803a2dc71 (patch) | |
tree | 16c6ae91270f2608ef3b3e41434d4d5693dc8709 /go.mod | |
parent | 392d787e4cc69e3f4456c58988e9744b8066f926 (diff) | |
download | coredns-4be640bdd2d92a7985f3a923e06a9b2803a2dc71.tar.gz coredns-4be640bdd2d92a7985f3a923e06a9b2803a2dc71.tar.zst coredns-4be640bdd2d92a7985f3a923e06a9b2803a2dc71.zip |
build(deps): bump github.com/antonmedv/expr from 1.12.1 to 1.12.5 (#6008)
Bumps [github.com/antonmedv/expr](https://github.com/antonmedv/expr) from 1.12.1 to 1.12.5.
- [Release notes](https://github.com/antonmedv/expr/releases)
- [Commits](https://github.com/antonmedv/expr/compare/v1.12.1...v1.12.5)
---
updated-dependencies:
- dependency-name: github.com/antonmedv/expr
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ require ( github.com/Azure/azure-sdk-for-go v68.0.0+incompatible github.com/Azure/go-autorest/autorest v0.11.28 github.com/Azure/go-autorest/autorest/azure/auth v0.5.12 - github.com/antonmedv/expr v1.12.1 + github.com/antonmedv/expr v1.12.5 github.com/apparentlymart/go-cidr v1.1.0 github.com/aws/aws-sdk-go v1.44.224 github.com/coredns/caddy v1.1.1 |