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-20191101175033-0deb6923b6d9 golang.org/x/time v0.0.0-20191024005414-555d28b269f0 )