diff options
author | 2023-02-27 06:45:16 -0800 | |
---|---|---|
committer | 2023-02-27 06:45:16 -0800 | |
commit | 03fb2fa747a762d1be6a4c0cdafa146edbffa6eb (patch) | |
tree | e24c05bd146835c9c75e27a221af53c09c6c82f1 /go.mod | |
parent | 03bb22833741125d2db540f2749282ce9b0f9a35 (diff) | |
download | coredns-03fb2fa747a762d1be6a4c0cdafa146edbffa6eb.tar.gz coredns-03fb2fa747a762d1be6a4c0cdafa146edbffa6eb.tar.zst coredns-03fb2fa747a762d1be6a4c0cdafa146edbffa6eb.zip |
build(deps): bump github.com/antonmedv/expr from 1.12.0 to 1.12.1 (#5940)
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.0 + github.com/antonmedv/expr v1.12.1 github.com/apparentlymart/go-cidr v1.1.0 github.com/aws/aws-sdk-go v1.44.209 github.com/coredns/caddy v1.1.1 |