Initial version of prototype cmdlang
This commit is contained in:
commit
781a761ead
10 changed files with 224 additions and 0 deletions
10
go.mod
Normal file
10
go.mod
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
module github.com/lmika/cmdlang-proto
|
||||
|
||||
go 1.21.1
|
||||
|
||||
require (
|
||||
github.com/alecthomas/participle/v2 v2.1.1 // indirect
|
||||
github.com/chzyer/readline v1.5.1 // indirect
|
||||
github.com/lmika/gopkgs v0.0.0-20240408110817-a02f6fc67d1f // indirect
|
||||
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue