-
Notifications
You must be signed in to change notification settings - Fork 631
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade sarama to 1.28.0, go to 1.16
- Loading branch information
Showing
2,585 changed files
with
221,797 additions
and
420,455 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
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,31 +1,25 @@ | ||
module github.com/danielqsj/kafka_exporter | ||
|
||
go 1.12 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/Shopify/sarama v1.22.1 | ||
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc | ||
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf | ||
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 | ||
github.com/davecgh/go-spew v1.1.1 | ||
github.com/eapache/go-resiliency v1.1.0 | ||
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 | ||
github.com/eapache/queue v1.1.0 | ||
github.com/golang/protobuf v1.2.0 | ||
github.com/golang/snappy v0.0.1 | ||
github.com/konsorten/go-windows-terminal-sequences v1.0.1 | ||
github.com/Shopify/sarama v1.28.0 | ||
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect | ||
github.com/eapache/queue v1.1.0 // indirect | ||
github.com/krallistic/kazoo-go v0.0.0-20170526135507-a15279744f4e | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 | ||
github.com/pierrec/lz4 v0.0.0-20190327172049-315a67e90e41 | ||
github.com/prometheus/client_golang v0.8.0 | ||
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 | ||
github.com/prometheus/common v0.0.0-20181116084131-1f2c4f3cd6db | ||
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d | ||
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a | ||
github.com/samuel/go-zookeeper v0.0.0-20180130194729-c4fab1ac1bec | ||
github.com/sirupsen/logrus v1.2.0 | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | ||
github.com/pkg/profile v1.2.1 // indirect | ||
github.com/prometheus/client_golang v1.9.0 | ||
github.com/prometheus/common v0.19.0 | ||
github.com/prometheus/procfs v0.6.0 // indirect | ||
github.com/prometheus/promu v0.8.1 // indirect | ||
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 | ||
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c | ||
golang.org/x/crypto v0.0.0-20190404164418-38d8ce5564a5 | ||
golang.org/x/sys v0.0.0-20190403152447-81d4e9dc473e | ||
golang.org/x/net v0.0.0-20210315170653-34ac3e1c2000 // indirect | ||
golang.org/x/oauth2 v0.0.0-20210313182246-cd4f82c27b84 // indirect | ||
golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
gopkg.in/alecthomas/kingpin.v2 v2.2.6 | ||
) |
Oops, something went wrong.