module github.com/anton-yurchenko/dns-exporter go 1.15 require ( github.com/aws/aws-sdk-go v1.36.19 github.com/cloudflare/cloudflare-go v0.13.6 github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.7.0 github.com/spf13/afero v1.5.1 github.com/spf13/viper v1.7.1 github.com/stretchr/testify v1.6.1 gopkg.in/src-d/go-billy.v4 v4.3.2 gopkg.in/src-d/go-git.v4 v4.13.1 )