diskii/go.mod
Zellyn Hunter 09ee1c6262 major refactor
Major refactor to use kong instead of cobra. All functionality
that worked before should still be working now.

Added `reorder` command
2021-07-31 22:10:44 -04:00

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
)