Skip to content

Commit

Permalink
upgrade sarama to 1.28.0, go to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
danielqsj committed Mar 16, 2021
1 parent 34867fc commit a09bb01
Show file tree
Hide file tree
Showing 2,585 changed files with 221,797 additions and 420,455 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
language: go

go:
- 1.9
- 1.16

after_success:
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tarball: promu
@echo ">> building release tarball"
@$(PROMU) tarball --prefix $(PREFIX) $(BIN_DIR)

docker:
docker: build
@echo ">> building docker image"
@docker build -t "$(DOCKER_IMAGE_NAME):$(DOCKER_IMAGE_TAG)" .

Expand Down
40 changes: 17 additions & 23 deletions go.mod
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
)
691 changes: 691 additions & 0 deletions go.sum

Large diffs are not rendered by default.

Loading

0 comments on commit a09bb01

Please sign in to comment.