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

23 lines
594 B
Modula-2

module github.com/rwxrob/dot
go 1.18
require (
github.com/rwxrob/bonzai v0.20.10
github.com/rwxrob/choose v0.2.1
github.com/rwxrob/fs v0.20.2
)
require (
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/rwxrob/compcmd v0.3.0 // indirect
github.com/rwxrob/fn v0.4.0 // indirect
github.com/rwxrob/pegn v0.2.1 // indirect
github.com/rwxrob/structs v0.6.0 // indirect
github.com/rwxrob/term v0.2.9 // indirect
github.com/rwxrob/to v0.12.1 // indirect
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/term v0.10.0 // indirect
)