14 lines
355 B
Modula-2
14 lines
355 B
Modula-2
|
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/time v0.0.0-20190308202827-9d24e82272b4
|
||
|
)
|