mirror of
https://github.com/EgeBalci/sgn
synced 2026-06-08 10:56:31 +00:00
89544142e6
- Register preserving related bugs fixed - Safe random register selection related bugs fixed - Done major code refactoring - New parameter parsing module added - Command line parameters updated - Example code updated
14 lines
362 B
Modula-2
14 lines
362 B
Modula-2
module github.com/EgeBalci/sgn
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/EgeBalci/keystone-go v0.0.0-20200525180613-e6c7cd32ceae
|
|
github.com/alecthomas/kong v0.8.1 // indirect
|
|
github.com/briandowns/spinner v1.11.1
|
|
github.com/fatih/color v1.16.0
|
|
github.com/olekukonko/tablewriter v0.0.4
|
|
github.com/rs/zerolog v1.31.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
)
|