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

26 lines
800 B
Modula-2

module github.com/rwxrob/z
2 years ago
go 1.18
require (
github.com/rwxrob/bonzai v0.0.19
2 years ago
github.com/rwxrob/config v0.2.1
github.com/rwxrob/twitch v0.1.0
github.com/rwxrob/y2j v0.3.0
)
require (
2 years ago
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/rwxrob/fn v0.1.0 // indirect
2 years ago
github.com/rwxrob/fs v0.3.3 // 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
2 years ago
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)