2021-10-30 23:25:44 +00:00
|
|
|
module accorder
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2021-11-17 00:19:46 +00:00
|
|
|
github.com/cespare/xxhash v1.1.0 // indirect
|
|
|
|
github.com/karrick/godirwalk v1.16.1 // indirect
|
2021-10-30 23:25:44 +00:00
|
|
|
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
|
2021-11-17 00:19:46 +00:00
|
|
|
nullprogram.com/x/uuid v1.2.1 // indirect
|
2021-10-30 23:25:44 +00:00
|
|
|
)
|