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-04-06 11:43:19 +00:00
|
|
|
|
|
|
|
require (
|
2022-04-06 13:05:10 +00:00
|
|
|
github.com/rwxrob/config v0.3.4
|
|
|
|
github.com/rwxrob/fn v0.3.3
|
2022-04-06 11:43:19 +00:00
|
|
|
github.com/rwxrob/fs v0.4.4
|
|
|
|
github.com/rwxrob/json v0.5.1
|
|
|
|
github.com/rwxrob/scan v0.6.1
|
|
|
|
github.com/rwxrob/structs v0.5.1
|
|
|
|
github.com/rwxrob/term v0.2.3
|
|
|
|
github.com/rwxrob/to v0.4.5
|
|
|
|
golang.org/x/mod v0.5.1
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/rogpeppe/go-internal v1.8.1 // indirect
|
2022-04-06 13:05:10 +00:00
|
|
|
github.com/rwxrob/y2j v0.3.3 // indirect
|
2022-04-06 11:43:19 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect
|
2022-04-06 13:05:10 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220405210540-1e041c57c461 // indirect
|
2022-04-06 11:43:19 +00:00
|
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
|
|
)
|