-
Notifications
You must be signed in to change notification settings - Fork 58
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 #17 from hellobike/feature/gomodule
使用gomod 支持kafka 2.3.0
- Loading branch information
Showing
11 changed files
with
229 additions
and
168 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
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.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
module github.com/hellobike/amazonriver | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/Shopify/sarama v1.23.1 | ||
github.com/cockroachdb/apd v1.1.0 // indirect | ||
github.com/fortytw2/leaktest v1.3.0 // indirect | ||
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect | ||
github.com/jackc/pgx v3.5.0+incompatible | ||
github.com/json-iterator/go v1.1.7 | ||
github.com/lib/pq v1.2.0 // indirect | ||
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect | ||
github.com/nickelser/parselogical v0.0.0-20171014195826-b07373e53c91 | ||
github.com/olivere/elastic v6.2.23+incompatible | ||
github.com/prometheus/client_golang v1.1.0 | ||
github.com/satori/go.uuid v1.2.0 // indirect | ||
github.com/shopspring/decimal v0.0.0-20190905144223-a36b5d85f337 // indirect | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2 | ||
gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect | ||
) |
Oops, something went wrong.