You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bonzai/go.mod

19 lines
454 B
Modula-2

module github.com/rwxrob/bonzai
go 1.18
require (
github.com/rwxrob/compcmd v0.3.0
github.com/rwxrob/fn v0.3.3
github.com/rwxrob/scan v0.9.0
github.com/rwxrob/structs v0.6.0
github.com/rwxrob/term v0.2.8
github.com/rwxrob/to v0.7.0
)
require (
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
golang.org/x/sys v0.0.0-20220808155132-1c4a2a72c664 // indirect
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
)