Skip to content

Commit

Permalink
switch from vendor to modules
Browse files Browse the repository at this point in the history
  • Loading branch information
cswank committed Oct 8, 2019
1 parent c393d50 commit 0b8f2c2
Show file tree
Hide file tree
Showing 2,863 changed files with 116 additions and 645,800 deletions.
310 changes: 0 additions & 310 deletions Gopkg.lock

This file was deleted.

41 changes: 0 additions & 41 deletions Gopkg.toml

This file was deleted.

36 changes: 36 additions & 0 deletions go.mod
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
)
Loading

0 comments on commit 0b8f2c2

Please sign in to comment.