bonzai/go.mod

19 lines
449 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 (
2022-04-06 13:05:10 +00:00
github.com/rwxrob/fn v0.3.3
github.com/rwxrob/fs v0.5.0
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
github.com/rwxrob/to v0.4.6
2022-04-06 11:43:19 +00:00
)
require (
2022-04-08 21:01:31 +00:00
golang.org/x/crypto v0.0.0-20220408190544-5352b0902921 // indirect
golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f // indirect
2022-04-06 11:43:19 +00:00
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
)