forked from birdayz/kaf
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # go.mod
- Loading branch information
Showing
8 changed files
with
170 additions
and
114 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ builds: | |
main: ./cmd/kaf | ||
goarch: | ||
- amd64 | ||
- arm64 | ||
goos: | ||
- linux | ||
- darwin | ||
|
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
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,37 +1,95 @@ | ||
module github.com/birdayz/kaf | ||
|
||
go 1.16 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/Landoop/schema-registry v0.0.0-20190327143759-50a5701c1891 | ||
github.com/Shopify/sarama v1.27.2 | ||
github.com/avast/retry-go v2.4.1+incompatible // indirect | ||
github.com/bsm/sarama-cluster v2.1.15+incompatible // indirect | ||
github.com/burdiyan/kafkautil v0.0.0-20190131162249-eaf83ed22d5b | ||
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect | ||
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect | ||
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect | ||
github.com/go-zookeeper/zk v1.0.2 | ||
github.com/golang/protobuf v1.4.2 | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/hokaccha/go-prettyjson v0.0.0-20190818114111-108c894c2c0e | ||
github.com/jhump/protoreflect v1.9.0 | ||
github.com/linkedin/goavro v2.1.0+incompatible | ||
github.com/lovoo/goka v0.1.4 // indirect | ||
github.com/magiconair/properties v1.8.1 | ||
github.com/manifoldco/promptui v0.3.2 | ||
github.com/mattn/go-colorable v0.1.2 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/nicksnyder/go-i18n v1.10.1 // indirect | ||
github.com/orlangure/gnomock v0.9.4 | ||
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da // indirect | ||
github.com/spf13/cobra v1.1.2-0.20201229145732-a4ab3fa09e3d | ||
github.com/stretchr/testify v1.6.1 | ||
github.com/syndtr/goleveldb v1.0.0 // indirect | ||
github.com/vmihailenco/msgpack/v5 v5.3.1 | ||
github.com/wvanbergen/kazoo-go v0.0.0-20180202103751-f72d8611297a // indirect | ||
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c | ||
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 | ||
gopkg.in/yaml.v2 v2.2.8 | ||
) | ||
|
||
require ( | ||
github.com/Microsoft/go-winio v0.4.14 // indirect | ||
github.com/alecthomas/gometalinter v2.0.11+incompatible // indirect | ||
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect | ||
github.com/avast/retry-go v2.4.1+incompatible // indirect | ||
github.com/bsm/sarama-cluster v2.1.15+incompatible // indirect | ||
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect | ||
github.com/client9/misspell v0.3.4 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/docker/distribution v2.7.1+incompatible // indirect | ||
github.com/docker/docker v1.13.1 // indirect | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/docker/go-units v0.4.0 // indirect | ||
github.com/eapache/go-resiliency v1.2.0 // indirect | ||
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect | ||
github.com/eapache/queue v1.1.0 // indirect | ||
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect | ||
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect | ||
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect | ||
github.com/fatih/color v1.7.0 // indirect | ||
github.com/golang/lint v0.0.0-20181026193005-c67002cb31c3 // indirect | ||
github.com/golang/snappy v0.0.1 // indirect | ||
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf // indirect | ||
github.com/google/uuid v1.1.1 // indirect | ||
github.com/gordonklaus/ineffassign v0.0.0-20200309095847-7953dde2c7bf // indirect | ||
github.com/hashicorp/go-uuid v1.0.2 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/jcmturner/gofork v1.0.0 // indirect | ||
github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect | ||
github.com/klauspost/compress v1.11.0 // indirect | ||
github.com/lovoo/goka v0.1.4 // indirect | ||
github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a // indirect | ||
github.com/mattn/go-isatty v0.0.8 // indirect | ||
github.com/nicksnyder/go-i18n v1.10.1 // indirect | ||
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect | ||
github.com/pelletier/go-toml v1.4.0 // indirect | ||
github.com/pierrec/lz4 v2.5.2+incompatible // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect | ||
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da // indirect | ||
github.com/segmentio/kafka-go v0.4.2 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/syndtr/goleveldb v1.0.0 // indirect | ||
github.com/tsenart/deadcode v0.0.0-20160724212837-210d2dc333e9 // indirect | ||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect | ||
github.com/wvanbergen/kazoo-go v0.0.0-20180202103751-f72d8611297a // indirect | ||
github.com/xdg/stringprep v1.0.0 // indirect | ||
go.uber.org/atomic v1.6.0 // indirect | ||
go.uber.org/multierr v1.5.0 // indirect | ||
go.uber.org/zap v1.15.0 // indirect | ||
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect | ||
golang.org/x/lint v0.0.0-20190930215403-16217165b5de // indirect | ||
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect | ||
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect | ||
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect | ||
golang.org/x/text v0.3.3 // indirect | ||
golang.org/x/tools v0.0.0-20200717024301-6ddee64345a6 // indirect | ||
google.golang.org/appengine v1.6.1 // indirect | ||
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect | ||
google.golang.org/protobuf v1.26.0 // indirect | ||
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c // indirect | ||
gopkg.in/jcmturner/aescts.v1 v1.0.1 // indirect | ||
gopkg.in/jcmturner/dnsutils.v1 v1.0.1 // indirect | ||
gopkg.in/jcmturner/gokrb5.v7 v7.5.0 // indirect | ||
gopkg.in/jcmturner/rpc.v1 v1.1.0 // indirect | ||
gopkg.in/linkedin/goavro.v1 v1.0.5 // indirect | ||
gopkg.in/yaml.v2 v2.2.8 | ||
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect | ||
) |
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
Oops, something went wrong.