diff options
author | 2023-10-27 13:44:11 -0700 | |
---|---|---|
committer | 2023-10-27 22:44:11 +0200 | |
commit | 430e3ad9863cc18577c58e258a98696479fa1cc6 (patch) | |
tree | 57198050f468256d2a5ddaa03e93617ec519b9a8 /go.mod | |
parent | 1403a1a3610e3771a6dbfc88537fa8115e62d172 (diff) | |
download | coredns-430e3ad9863cc18577c58e258a98696479fa1cc6.tar.gz coredns-430e3ad9863cc18577c58e258a98696479fa1cc6.tar.zst coredns-430e3ad9863cc18577c58e258a98696479fa1cc6.zip |
Update expr from 1.13.0 to 1.15.3 (#6375)
Manually update expr to resolve test failures
Signed-off-by: Yong Tang <yong.tang.github@outlook.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.29 github.com/Azure/go-autorest/autorest/azure/auth v0.5.12 - github.com/antonmedv/expr v1.13.0 + github.com/antonmedv/expr v1.15.3 github.com/apparentlymart/go-cidr v1.1.0 github.com/aws/aws-sdk-go v1.46.1 github.com/coredns/caddy v1.1.1 |