forked from giautm/eh-kafka
-
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.
Merge pull request #11 from tikivn/upgrade_saram_v1.28.0
upgrade go mod v1.28.0
- Loading branch information
Showing
2 changed files
with
73 additions
and
39 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 |
---|---|---|
@@ -1,19 +1,15 @@ | ||
module github.com/giautm/eh-kafka | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/DataDog/zstd v1.3.5 // indirect | ||
github.com/Shopify/sarama v1.24.1 | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/eapache/go-resiliency v1.1.0 // indirect | ||
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect | ||
github.com/eapache/queue v1.1.0 // indirect | ||
github.com/Shopify/sarama v1.28.0 | ||
github.com/go-kit/kit v0.8.0 | ||
github.com/go-logfmt/logfmt v0.4.0 // indirect | ||
github.com/go-stack/stack v1.8.0 // indirect | ||
github.com/google/uuid v1.1.1 | ||
github.com/looplab/eventhorizon v0.5.0 | ||
github.com/pkg/errors v0.8.1 | ||
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a | ||
github.com/stretchr/testify v1.3.0 // indirect | ||
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 | ||
go.uber.org/goleak v0.10.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