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

49 lines
1.8 KiB
Modula-2

module github.com/rwxrob/z
go 1.18
require (
github.com/rwxrob/bonzai v0.13.0
github.com/rwxrob/conf v0.7.0
github.com/rwxrob/fs v0.5.1
github.com/rwxrob/github v0.0.1
github.com/rwxrob/help v0.5.0
github.com/rwxrob/pomo v0.0.0-20220424152818-0a571eff4611
github.com/rwxrob/term v0.2.7
github.com/rwxrob/twitch v0.3.4
github.com/rwxrob/uniq v0.2.1
github.com/rwxrob/vars v0.4.1
github.com/rwxrob/y2j v0.4.0
github.com/rwxrob/yq v0.2.4
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
require (
github.com/a8m/envsubst v1.3.0 // indirect
github.com/elliotchance/orderedmap v1.4.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/goccy/go-yaml v1.9.5 // indirect
github.com/jinzhu/copier v0.3.5 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mikefarah/yq/v4 v4.24.5 // indirect
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/rwxrob/compcmd v0.2.3 // indirect
github.com/rwxrob/compfile v0.1.11 // indirect
github.com/rwxrob/fn v0.3.3 // indirect
github.com/rwxrob/json v0.7.1 // indirect
github.com/rwxrob/scan v0.6.1 // indirect
github.com/rwxrob/structs v0.6.0 // indirect
github.com/rwxrob/to v0.5.3 // indirect
github.com/timtadh/data-structures v0.5.3 // indirect
github.com/timtadh/lexmachine v0.2.2 // indirect
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
golang.org/x/net v0.0.0-20220421235706-1d1ef9303861 // indirect
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 // indirect
)