2024-04-27 01:00:48 +00:00
|
|
|
module ucl.lmika.dev
|
2024-04-10 10:45:58 +00:00
|
|
|
|
|
|
|
go 1.21.1
|
|
|
|
|
|
|
|
require (
|
2024-04-16 12:06:11 +00:00
|
|
|
github.com/alecthomas/participle/v2 v2.1.1
|
|
|
|
github.com/chzyer/readline v1.5.1
|
|
|
|
github.com/lmika/gopkgs v0.0.0-20240408110817-a02f6fc67d1f
|
|
|
|
github.com/stretchr/testify v1.9.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-04-11 12:05:05 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-04-16 12:06:11 +00:00
|
|
|
golang.org/x/sys v0.1.0 // indirect
|
2024-04-11 12:05:05 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2024-04-10 10:45:58 +00:00
|
|
|
)
|