bonzai/go.mod

19 lines
454 B
Modula-2
Raw Normal View History

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 (
github.com/rwxrob/compcmd v0.1.1
2022-04-06 13:05:10 +00:00
github.com/rwxrob/fn v0.3.3
2022-04-06 11:43:19 +00:00
github.com/rwxrob/scan v0.6.1
github.com/rwxrob/structs v0.5.1
github.com/rwxrob/term v0.2.6
2022-04-11 09:41:40 +00:00
github.com/rwxrob/to v0.5.2
2022-04-06 11:43:19 +00:00
)
require (
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
golang.org/x/sys v0.0.0-20220412071739-889880a91fd5 // indirect
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 // indirect
2022-04-06 11:43:19 +00:00
)