Skip to content

Commit ae04f11

Browse files
authoredMar 18, 2025··
chore(deps): bump github.com/expr-lang/expr in /scripts (#1041)
Bumps [github.com/expr-lang/expr](https://github.com/expr-lang/expr) from 1.16.9 to 1.17.0. - [Release notes](https://github.com/expr-lang/expr/releases) - [Commits](expr-lang/expr@v1.16.9...v1.17.0) --- updated-dependencies: - dependency-name: github.com/expr-lang/expr dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f837c12 commit ae04f11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎scripts/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ require (
7272
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
7373
github.com/errata-ai/ini v1.63.0 // indirect
7474
github.com/errata-ai/regexp2 v1.7.0 // indirect
75-
github.com/expr-lang/expr v1.16.9 // indirect
75+
github.com/expr-lang/expr v1.17.0 // indirect
7676
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb // indirect
7777
github.com/fatih/color v1.18.0 // indirect
7878
github.com/felixge/httpsnoop v1.0.4 // indirect

‎scripts/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ github.com/errata-ai/regexp2 v1.7.0 h1:N+weOlhwTd5iyDTcTCAMljXnfzkftcOZrdXno6G+Q
219219
github.com/errata-ai/regexp2 v1.7.0/go.mod h1:59rO+jaxayJPF1WKI5m9R5F3Y3zR2Wn0DHnQbxtPm4A=
220220
github.com/errata-ai/vale/v3 v3.9.6 h1:bO1xxwU7U8RIhbvWQonLrftp8lhR674DufrkCKscyU4=
221221
github.com/errata-ai/vale/v3 v3.9.6/go.mod h1:YLN5nWtniidhrqLsoGk9f09WV8j5gzAm5T3Api5aZpc=
222-
github.com/expr-lang/expr v1.16.9 h1:WUAzmR0JNI9JCiF0/ewwHB1gmcGw5wW7nWt8gc6PpCI=
223-
github.com/expr-lang/expr v1.16.9/go.mod h1:8/vRC7+7HBzESEqt5kKpYXxrxkr31SaO8r40VO/1IT4=
222+
github.com/expr-lang/expr v1.17.0 h1:+vpszOyzKLQXC9VF+wA8cVA0tlA984/Wabc/1hF9Whg=
223+
github.com/expr-lang/expr v1.17.0/go.mod h1:8/vRC7+7HBzESEqt5kKpYXxrxkr31SaO8r40VO/1IT4=
224224
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb h1:IT4JYU7k4ikYg1SCxNI1/Tieq/NFvh6dzLdgi7eu0tM=
225225
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb/go.mod h1:bH6Xx7IW64qjjJq8M2u4dxNaBiDfKK+z/3eGDpXEQhc=
226226
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=

0 commit comments

Comments
 (0)
Please sign in to comment.