mirror of
https://github.com/EgeBalci/sgn
synced 2026-06-08 10:56:31 +00:00
11 lines
232 B
Modula-2
11 lines
232 B
Modula-2
module github.com/egebalci/sgn
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/EgeBalci/keystone-go v0.0.0-20191020215946-e413e564d55a
|
|
github.com/briandowns/spinner v1.9.0
|
|
github.com/fatih/color v1.9.0
|
|
github.com/olekukonko/tablewriter v0.0.4
|
|
)
|