mirror of
https://github.com/zellyn/diskii.git
synced 2024-11-21 23:31:47 +00:00
11 lines
193 B
Modula-2
11 lines
193 B
Modula-2
module github.com/zellyn/diskii
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/alecthomas/kong v0.2.17 // indirect
|
|
github.com/kr/pretty v0.2.1
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/spf13/viper v1.8.1
|
|
)
|