Skip to content

Commit

Permalink
Merge pull request #17 from nyaruka/mod
Browse files Browse the repository at this point in the history
🥜 Convert to go module
  • Loading branch information
rowanseymour authored Dec 19, 2018
2 parents bc2f2eb + 437e0d0 commit c6d3110
Show file tree
Hide file tree
Showing 58 changed files with 24 additions and 30,144 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Gocommon [![Build Status](https://travis-ci.org/nyaruka/gocommon.svg?branch=master)](https://travis-ci.org/nyaruka/gocommon) [![Coverage Status](https://coveralls.io/repos/github/nyaruka/gocommon/badge.svg?branch=master)](https://coveralls.io/github/nyaruka/gocommon?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/nyaruka/gocommon)](https://goreportcard.com/report/github.com/nyaruka/gocommon)

Common functionality in goflow and courier.
Common functionality in [mailroom](https://github.com/nyaruka/mailroom), [goflow](https://github.com/nyaruka/goflow) and [courier](https://github.com/nyaruka/courier).

## Running Tests

You can run all the tests (excluding tests in vendor packages) with:
You can run all the tests with:

```
% go test github.com/nyaruka/gocommon/...
Expand Down
8 changes: 8 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module github.com/nyaruka/gocommon

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/nyaruka/phonenumbers v1.0.34
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2
)
14 changes: 14 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/golang/protobuf v1.2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM=
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/nyaruka/phonenumbers v1.0.34 h1:e1ydu+tsOB2ZNjgebZIRy65QpfADWmx6YBlBJWTtG/o=
github.com/nyaruka/phonenumbers v1.0.34/go.mod h1:GQ0cTHlrxPrhoLwyQ1blyN1hO794ygt6FTHWrFB5SSc=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1w=
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
golang.org/x/net v0.0.0-20180921000356-2f5d2388922f h1:QM2QVxvDoW9PFSPp/zy9FgxJLfaWTZlS61KEPtBwacM=
golang.org/x/net v0.0.0-20180921000356-2f5d2388922f/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f h1:wMNYb4v58l5UBM7MYRLPG6ZhfOqbKu7X5eyFl8ZhKvA=
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
3 changes: 0 additions & 3 deletions vendor/github.com/golang/protobuf/AUTHORS

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/golang/protobuf/CONTRIBUTORS

This file was deleted.

31 changes: 0 additions & 31 deletions vendor/github.com/golang/protobuf/LICENSE

This file was deleted.

40 changes: 0 additions & 40 deletions vendor/github.com/golang/protobuf/Make.protobuf

This file was deleted.

55 changes: 0 additions & 55 deletions vendor/github.com/golang/protobuf/Makefile

This file was deleted.

Loading

0 comments on commit c6d3110

Please sign in to comment.