-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2,863 changed files
with
116 additions
and
645,800 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
module github.com/cswank/kcli | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/DataDog/zstd v1.4.1 | ||
github.com/Shopify/sarama v1.23.1 | ||
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc | ||
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf | ||
github.com/benburkert/dns v0.0.0-20171221185637-90d9db53e37b | ||
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/fatih/color v1.5.0 | ||
github.com/golang/protobuf v1.3.2 | ||
github.com/golang/snappy v0.0.1 | ||
github.com/hashicorp/go-uuid v1.0.1 | ||
github.com/jcmturner/gofork v1.0.0 | ||
github.com/jroimartin/gocui v0.3.1-0.20170827195011-4f518eddb04b | ||
github.com/mattn/go-colorable v0.0.9 | ||
github.com/mattn/go-isatty v0.0.3 | ||
github.com/mattn/go-runewidth v0.0.2 | ||
github.com/nsf/termbox-go v0.0.0-20171104162316-aa4a75b1c20a | ||
github.com/pierrec/lz4 v1.0.2-0.20171218195038-2fcda4cb7018 | ||
github.com/pierrec/xxHash v0.1.1 | ||
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a | ||
golang.org/x/crypto v0.0.0-20190404164418-38d8ce5564a5 | ||
golang.org/x/net v0.0.0-20191007182048-72f939374954 | ||
golang.org/x/sys v0.0.0-20190403152447-81d4e9dc473e | ||
gopkg.in/alecthomas/kingpin.v2 v2.2.6 | ||
gopkg.in/jcmturner/aescts.v1 v1.0.1 | ||
gopkg.in/jcmturner/dnsutils.v1 v1.0.1 | ||
gopkg.in/jcmturner/gokrb5.v7 v7.3.0 | ||
gopkg.in/jcmturner/rpc.v1 v1.1.0 | ||
) |
Oops, something went wrong.