mirror of
https://github.com/mudler/luet.git
synced 2025-08-31 06:35:12 +00:00
9 lines
140 B
Modula-2
9 lines
140 B
Modula-2
module github.com/briandowns/spinner
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/fatih/color v1.7.0
|
|
github.com/mattn/go-colorable v0.1.2 // indirect
|
|
)
|