mirror of
https://github.com/thomasxm/amber
synced 2026-06-08 17:46:04 +00:00
18 lines
543 B
Modula-2
18 lines
543 B
Modula-2
module github.com/EgeBalci/amber
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/EgeBalci/debug v0.0.0-20201116162432-d79a6eb18848
|
|
github.com/EgeBalci/sgn v0.0.0-20231219142414-258f3083dba2
|
|
github.com/alecthomas/kong v0.8.1
|
|
github.com/briandowns/spinner v1.23.0
|
|
github.com/fatih/color v1.16.0
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/sirupsen/logrus v1.9.0
|
|
golang.org/x/sys v0.17.0 // indirect
|
|
golang.org/x/term v0.17.0 // indirect
|
|
)
|