module github.com/cloudflare/cloudflare-go go 1.14 require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/olekukonko/tablewriter v0.0.4 github.com/pkg/errors v0.9.1 github.com/stretchr/testify v1.7.0 github.com/urfave/cli/v2 v2.3.0 golang.org/x/net v0.0.0-20210119194325-5f4716e94777 golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 )