Skip to content

Commit

Permalink
Merge pull request #79 from frictionlessdata/go11
Browse files Browse the repository at this point in the history
Introducing Go 11 support on CB and go modules
  • Loading branch information
danielfireman authored May 20, 2019
2 parents 2fa9ee8 + 44b902b commit 53bb36c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ go:
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x

notificaitons:
email:
recipients: danielfireman@gmail.com
on_success: change
on_failure: always

env:
- GO111MODULE=on

before_install:
- go get github.com/mattn/goveralls

Expand Down
6 changes: 6 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module github.com/frictionlessdata/tableschema-go

require (
github.com/matryer/is v0.0.0-20170112134659-c0323ceb4e99
github.com/satori/go.uuid v1.1.0
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github.com/matryer/is v0.0.0-20170112134659-c0323ceb4e99 h1:cIAyXQXBuSY59PAN6nK4tnaeUcATlXS/GRNCKA1+JB0=
github.com/matryer/is v0.0.0-20170112134659-c0323ceb4e99/go.mod h1:2fLPjFQM9rhQ15aVEtbuwhJinnOqrmgXPNdZsdwlWXA=
github.com/satori/go.uuid v1.1.0 h1:B9KXyj+GzIpJbV7gmr873NsY6zpbxNy24CBtGrk7jHo=
github.com/satori/go.uuid v1.1.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0=

0 comments on commit 53bb36c

Please sign in to comment.