mirror of https://github.com/ethereum/go-ethereum
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
355 B
13 lines
355 B
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
|
|
)
|
|
|