File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,14 @@ go 1.23.2
44
55require (
66 github.com/Masterminds/sprig/v3 v3.3.0
7+ github.com/adrg/frontmatter v0.2.0
78 github.com/adrg/strutil v0.3.1
89 github.com/adrg/xdg v0.5.3
910 github.com/bmatcuk/doublestar/v4 v4.7.1
1011 github.com/d5/tengo/v2 v2.17.0
1112 github.com/errata-ai/ini v1.63.0
1213 github.com/errata-ai/regexp2 v1.7.0
13- github.com/expr-lang/expr v1.16.9
14+ github.com/expr-lang/expr v1.17.0
1415 github.com/gobwas/glob v0.2.3
1516 github.com/jdkato/go-tree-sitter-julia v0.1.0
1617 github.com/jdkato/twine v0.10.2
@@ -37,7 +38,6 @@ require (
3738 github.com/MarvinJWendt/testza v0.4.2 // indirect
3839 github.com/Masterminds/goutils v1.1.1 // indirect
3940 github.com/Masterminds/semver/v3 v3.3.1 // indirect
40- github.com/adrg/frontmatter v0.2.0 // indirect
4141 github.com/atomicgo/cursor v0.0.1 // indirect
4242 github.com/google/uuid v1.6.0 // indirect
4343 github.com/gookit/color v1.5.4 // indirect
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ github.com/errata-ai/ini v1.63.0 h1:XRFKXTn7FvF8mnC9RPOlYaL4Ud7dP0i35LnLcbIhWYU=
3535github.com/errata-ai/ini v1.63.0 /go.mod h1:PhjYff6ijif0unCnaJtXxnVsmlY95CSiNJDLXQYXdX8 =
3636github.com/errata-ai/regexp2 v1.7.0 h1:N+weOlhwTd5iyDTcTCAMljXnfzkftcOZrdXno6G+QPM =
3737github.com/errata-ai/regexp2 v1.7.0 /go.mod h1:59rO+jaxayJPF1WKI5m9R5F3Y3zR2Wn0DHnQbxtPm4A =
38- github.com/expr-lang/expr v1.16.9 h1:WUAzmR0JNI9JCiF0/ewwHB1gmcGw5wW7nWt8gc6PpCI =
39- github.com/expr-lang/expr v1.16.9 /go.mod h1:8/vRC7+7HBzESEqt5kKpYXxrxkr31SaO8r40VO/1IT4 =
38+ github.com/expr-lang/expr v1.17.0 h1:+vpszOyzKLQXC9VF+wA8cVA0tlA984/Wabc/1hF9Whg =
39+ github.com/expr-lang/expr v1.17.0 /go.mod h1:8/vRC7+7HBzESEqt5kKpYXxrxkr31SaO8r40VO/1IT4 =
4040github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8 =
4141github.com/frankban/quicktest v1.14.6 /go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0 =
4242github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y =
You can’t perform that action at this time.
0 commit comments