-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from frictionlessdata/Go11PlusReadColumn
Add support to go 1.11 and go modules.
- Loading branch information
Showing
166 changed files
with
148 additions
and
17,191 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,19 @@ go: | |
- 1.8.x | ||
- 1.9.x | ||
- 1.10.x | ||
|
||
- 1.11.x | ||
notificaitons: | ||
email: | ||
recipients: [email protected] | ||
on_success: change | ||
on_failure: always | ||
|
||
env: | ||
- GO111MODULE=on | ||
|
||
before_install: | ||
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh | ||
- dep ensure | ||
- go get github.com/mattn/goveralls | ||
|
||
script: | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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,8 @@ | ||
module github.com/frictionlessdata/datapackage-go | ||
|
||
require ( | ||
github.com/frictionlessdata/tableschema-go v0.1.5-0.20190521014818-f9bf38926664 | ||
github.com/matryer/is v1.2.0 | ||
github.com/santhosh-tekuri/jsonschema v1.2.4 | ||
github.com/satori/go.uuid v1.2.0 | ||
) |
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,9 @@ | ||
github.com/frictionlessdata/tableschema-go v0.1.5-0.20190521014818-f9bf38926664 h1:IvuZMJ6dH1ye2bWmM8Yla6jj1xIPBR/nZJlm6P4ZSD4= | ||
github.com/frictionlessdata/tableschema-go v0.1.5-0.20190521014818-f9bf38926664/go.mod h1:OfuE6zbfQdlwx5q9vf5XWXEGJ0LYZcd9ML3zme5rP3k= | ||
github.com/matryer/is v0.0.0-20170112134659-c0323ceb4e99/go.mod h1:2fLPjFQM9rhQ15aVEtbuwhJinnOqrmgXPNdZsdwlWXA= | ||
github.com/matryer/is v1.2.0/go.mod h1:2fLPjFQM9rhQ15aVEtbuwhJinnOqrmgXPNdZsdwlWXA= | ||
github.com/santhosh-tekuri/jsonschema v1.2.4 h1:hNhW8e7t+H1vgY+1QeEQpveR6D4+OwKPXCfD2aieJis= | ||
github.com/santhosh-tekuri/jsonschema v1.2.4/go.mod h1:TEAUOeZSmIxTTuHatJzrvARHiuO9LYd+cIxzgEHCQI4= | ||
github.com/satori/go.uuid v1.1.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0= | ||
github.com/satori/go.uuid v1.2.0 h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww= | ||
github.com/satori/go.uuid v1.2.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0= |
18 changes: 0 additions & 18 deletions
18
vendor/github.com/frictionlessdata/tableschema-go/.gitignore
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
vendor/github.com/frictionlessdata/tableschema-go/.travis.yml
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
vendor/github.com/frictionlessdata/tableschema-go/CONTRIBUTING.md
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
vendor/github.com/frictionlessdata/tableschema-go/Gopkg.lock
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
vendor/github.com/frictionlessdata/tableschema-go/Gopkg.toml
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
vendor/github.com/frictionlessdata/tableschema-go/LICENSE
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.