2022-04-02 11:40:00 +00:00
|
|
|
module github.com/rwxrob/bonzai
|
2022-02-15 03:58:43 +00:00
|
|
|
|
|
|
|
go 1.18
|
2022-11-08 20:06:01 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/rwxrob/compcmd v0.3.0
|
|
|
|
github.com/rwxrob/fn v0.3.3
|
|
|
|
github.com/rwxrob/pegn v0.0.1
|
|
|
|
github.com/rwxrob/structs v0.6.0
|
|
|
|
github.com/rwxrob/term v0.2.8
|
|
|
|
github.com/rwxrob/to v0.8.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/rwxrob/scan v0.8.0 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220712014510-0a85c31ab51e // indirect
|
|
|
|
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
|
|
|
|
)
|