|
1 | 1 | module github.com/electric-saw/kafta |
2 | 2 |
|
3 | | -go 1.16 |
| 3 | +go 1.17 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/Shopify/sarama v1.27.0 |
7 | | - github.com/Songmu/prompter v0.3.0 |
| 6 | + github.com/Shopify/sarama v1.30.0 |
| 7 | + github.com/Songmu/prompter v0.5.0 |
8 | 8 | github.com/dustin/go-humanize v1.0.0 |
9 | | - github.com/go-openapi/strfmt v0.19.5 // indirect |
10 | 9 | github.com/jedib0t/go-pretty v4.3.0+incompatible |
11 | | - github.com/manifoldco/promptui v0.7.0 |
12 | | - github.com/mattn/go-runewidth v0.0.9 // indirect |
13 | | - github.com/riferrei/srclient v0.2.1 |
14 | | - github.com/sirupsen/logrus v1.6.0 |
15 | | - github.com/spf13/cobra v1.0.0 |
16 | | - github.com/tcnksm/go-input v0.0.0-20180404061846-548a7d7a8ee8 |
17 | | - github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c |
18 | | - gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 |
19 | | - k8s.io/cli-runtime v0.19.0 |
20 | | - k8s.io/component-base v0.19.0 |
| 10 | + github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de |
| 11 | + github.com/manifoldco/promptui v0.8.0 |
| 12 | + github.com/sirupsen/logrus v1.8.1 |
| 13 | + github.com/spf13/cobra v1.2.1 |
| 14 | + github.com/xdg/scram v1.0.3 |
| 15 | + gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b |
| 16 | +) |
| 17 | + |
| 18 | +require ( |
| 19 | + github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect |
| 20 | + github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect |
| 21 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 22 | + github.com/eapache/go-resiliency v1.2.0 // indirect |
| 23 | + github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect |
| 24 | + github.com/eapache/queue v1.1.0 // indirect |
| 25 | + github.com/go-openapi/errors v0.19.8 // indirect |
| 26 | + github.com/go-openapi/strfmt v0.20.3 // indirect |
| 27 | + github.com/go-stack/stack v1.8.0 // indirect |
| 28 | + github.com/golang/snappy v0.0.4 // indirect |
| 29 | + github.com/hashicorp/go-uuid v1.0.2 // indirect |
| 30 | + github.com/inconshreveable/mousetrap v1.0.0 // indirect |
| 31 | + github.com/jcmturner/aescts/v2 v2.0.0 // indirect |
| 32 | + github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect |
| 33 | + github.com/jcmturner/gofork v1.0.0 // indirect |
| 34 | + github.com/jcmturner/gokrb5/v8 v8.4.2 // indirect |
| 35 | + github.com/jcmturner/rpc/v2 v2.0.3 // indirect |
| 36 | + github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect |
| 37 | + github.com/klauspost/compress v1.13.6 // indirect |
| 38 | + github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a // indirect |
| 39 | + github.com/mattn/go-colorable v0.0.9 // indirect |
| 40 | + github.com/mattn/go-isatty v0.0.12 // indirect |
| 41 | + github.com/mattn/go-runewidth v0.0.13 // indirect |
| 42 | + github.com/mitchellh/mapstructure v1.4.1 // indirect |
| 43 | + github.com/oklog/ulid v1.3.1 // indirect |
| 44 | + github.com/pierrec/lz4 v2.6.1+incompatible // indirect |
| 45 | + github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect |
| 46 | + github.com/rivo/uniseg v0.2.0 // indirect |
| 47 | + github.com/spf13/pflag v1.0.5 // indirect |
| 48 | + github.com/xdg/stringprep v1.0.3 // indirect |
| 49 | + go.mongodb.org/mongo-driver v1.5.1 // indirect |
| 50 | + golang.org/x/crypto v0.0.0-20210920023735-84f357641f63 // indirect |
| 51 | + golang.org/x/net v0.0.0-20210917221730-978cfadd31cf // indirect |
| 52 | + golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect |
| 53 | + golang.org/x/term v0.0.0-20210317153231-de623e64d2a6 // indirect |
| 54 | + golang.org/x/text v0.3.7 // indirect |
21 | 55 | ) |
0 commit comments