This commit is contained in:
parent
0a7021845e
commit
0ddffcc489
13 changed files with 70 additions and 63 deletions
3
go.mod
3
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module ucl.lmika.dev
|
||||
|
||||
go 1.21.1
|
||||
go 1.24
|
||||
|
||||
require (
|
||||
github.com/alecthomas/participle/v2 v2.1.1
|
||||
|
|
@ -13,7 +13,6 @@ require (
|
|||
github.com/BurntSushi/toml v1.2.1 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/stretchr/testify v1.9.0 // indirect
|
||||
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue