File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - name : Install uv
2828 uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7
2929 with :
30- version : " 0.9.24 "
30+ version : " 0.9.26 "
3131
3232 - name : Publish
3333 run : |
Original file line number Diff line number Diff line change 2020 - name : Install uv
2121 uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7
2222 with :
23- version : " 0.9.24 "
23+ version : " 0.9.26 "
2424
2525 - name : Publish
2626 run : |
Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ module github.com/coreruleset/seclang_parser
22
33go 1.22
44
5- toolchain go1.25.5
5+ toolchain go1.25.6
66
77require (
88 github.com/antlr4-go/antlr/v4 v4.13.1
99 github.com/magefile/mage v1.15.0
1010 github.com/stretchr/testify v1.11.1
11+ gopkg.in/yaml.v3 v3.0.1
1112)
1213
1314require (
1415 github.com/davecgh/go-spew v1.1.1 // indirect
1516 github.com/pmezard/go-difflib v1.0.0 // indirect
1617 golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
17- gopkg.in/yaml.v3 v3.0.1 // indirect
1818)
You can’t perform that action at this time.
0 commit comments