module github.com/cloudflare/cloudflare-go go 1.11 require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/mattn/go-runewidth v0.0.4 // indirect github.com/olekukonko/tablewriter v0.0.1 github.com/pkg/errors v0.8.1 github.com/stretchr/testify v1.4.0 github.com/urfave/cli v1.22.1 golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0 )