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.
z/go.mod

22 lines
623 B
Modula-2

module github.com/rwxrob/z
go 1.18
require (
github.com/rwxrob/bonzai v0.0.19
github.com/rwxrob/yaml2json v0.1.0
)
require (
github.com/rwxrob/fn v0.1.0 // indirect
github.com/rwxrob/fs v0.2.0 // indirect
github.com/rwxrob/json v0.4.1 // indirect
github.com/rwxrob/structs v0.5.0 // indirect
github.com/rwxrob/term v0.1.2 // indirect
github.com/rwxrob/to v0.2.1 // indirect
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064 // indirect
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)