summary refs log tree commit diff stats
path: root/go.mod
blob: c2ad747c29213a15fc73f49112925a53608f464b (plain) (blame)
1
2
3
4
5
6
7
8
9
module git.tilde.institute/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
)