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

25 lines
697 B
Modula-2

module github.com/rwxrob/bonzai
go 1.18
require (
github.com/rwxrob/config v0.3.3
github.com/rwxrob/fn v0.3.2
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
github.com/rwxrob/y2j v0.3.1 // indirect
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect
golang.org/x/sys v0.0.0-20220403205710-6acee93ad0eb // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)