module github.com/anton-yurchenko/dns-exporter go 1.13 require ( github.com/aws/aws-sdk-go v1.29.24 github.com/cloudflare/cloudflare-go v0.11.4 github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.4.2 github.com/spf13/afero v1.2.2 github.com/spf13/viper v1.6.2 github.com/stretchr/testify v1.5.1 golang.org/x/crypto v0.0.0-20191202143827-86a70503ff7e // indirect golang.org/x/net v0.0.0-20191204025024-5ee1b9f4859a // indirect golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/src-d/go-billy.v4 v4.3.2 gopkg.in/src-d/go-git.v4 v4.13.1 )