module github.com/dundee/disk_usage_exporter go 1.16 require ( github.com/dundee/gdu/v4 v4.9.1 github.com/mitchellh/go-homedir v1.1.0 github.com/prometheus/client_golang v1.10.0 github.com/sirupsen/logrus v1.8.1 github.com/spf13/cobra v1.1.3 github.com/spf13/viper v1.7.1 golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect )