mirror of
https://github.com/zellyn/diskii.git
synced 2024-12-12 10:30:31 +00:00
09ee1c6262
Major refactor to use kong instead of cobra. All functionality that worked before should still be working now. Added `reorder` command
10 lines
159 B
Modula-2
10 lines
159 B
Modula-2
module github.com/zellyn/diskii
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/alecthomas/kong v0.2.17
|
|
github.com/kr/pretty v0.2.1
|
|
github.com/rogpeppe/go-internal v1.8.0
|
|
)
|