mirror of
https://github.com/rwxrob/dot
synced 2024-11-14 18:12:56 +00:00
23 lines
594 B
Modula-2
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
|
|
)
|