14 lines
322 B
Modula-2
14 lines
322 B
Modula-2
module accorder
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/cespare/xxhash v1.1.0 // indirect
|
|
github.com/karrick/godirwalk v1.16.1 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/spf13/viper v1.9.0
|
|
nullprogram.com/x/uuid v1.2.1 // indirect
|
|
)
|