2021-10-30 23:25:44 +00:00
|
|
|
module accorder
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2022-03-23 12:03:59 +00:00
|
|
|
github.com/beevik/etree v1.1.0
|
2021-10-30 23:25:44 +00:00
|
|
|
github.com/karrick/godirwalk v1.16.1
|
|
|
|
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
|
|
|
|
github.com/minio/mc v0.0.0-20211116163708-d0c62eb584e5
|
|
|
|
github.com/satori/go.uuid v1.2.0
|
|
|
|
github.com/spf13/cobra v1.2.1
|
|
|
|
github.com/spf13/viper v1.9.0
|
|
|
|
)
|