summary refs log tree commit diff stats
path: root/go.mod
blob: ede056e849976cc00dedc5c6f820de2b21ce5ada (plain) (blame)
1
2
3
4
5
6
7
8
9
module framagit.org/andinus/orion

go 1.13

require (
	github.com/AlecAivazis/survey/v2 v2.0.7
	github.com/briandowns/spinner v1.9.0
	github.com/fatih/color v1.7.0
)