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

24 lines
678 B
Modula-2

module github.com/rwxrob/bonzai
go 1.18
require (
github.com/rwxrob/config v0.3.1
github.com/rwxrob/fn v0.3.0
github.com/rwxrob/fs v0.4.2
github.com/rwxrob/json v0.4.1
github.com/rwxrob/structs v0.5.0
github.com/rwxrob/term v0.1.4
golang.org/x/mod v0.5.1
)
require (
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/rwxrob/to v0.2.1 // indirect
github.com/rwxrob/y2j v0.3.1 // indirect
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064 // indirect
golang.org/x/sys v0.0.0-20220328115105-d36c6a25d886 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)