forked from cloudflare/terraform-provider-cloudflare
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vendored dependancies using
go mod
(cloudflare#246)
* Vendored dependancys using `go mod` * Adjust .travis.yml to use vendor correctly Using info from https://arslan.io/2018/08/26/using-go-modules-with-vendor-support-on-travis-ci/ .
- Loading branch information
Showing
83 changed files
with
16,101 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
module github.com/cloudflare/cloudflare-go | ||
|
||
require ( | ||
github.com/codegangsta/cli v1.20.0 | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/mattn/go-runewidth v0.0.3 // indirect | ||
github.com/olekukonko/tablewriter v0.0.1 | ||
github.com/pkg/errors v0.8.0 | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/stretchr/testify v1.2.2 | ||
golang.org/x/net v0.0.0-20181029044818-c44066c5c816 // indirect | ||
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2 | ||
) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.