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
707 B
Modula-2

module github.com/rwxrob/Z
3 years ago
go 1.18
require (
github.com/rwxrob/bonzai v0.0.39
github.com/rwxrob/config v0.3.1
github.com/rwxrob/fn v0.3.0
github.com/rwxrob/fs v0.4.3
github.com/rwxrob/json v0.4.1
github.com/rwxrob/structs v0.5.0
github.com/rwxrob/term v0.1.5
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-20220331220935-ae2d96664a29 // indirect
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)