Skip to content
This repository has been archived by the owner on Aug 26, 2020. It is now read-only.

Commit

Permalink
Add dep config,getting newer sarama kafka client
Browse files Browse the repository at this point in the history
  • Loading branch information
mozengwen committed May 28, 2019
1 parent 516bbc3 commit a99195a
Show file tree
Hide file tree
Showing 2 changed files with 390 additions and 0 deletions.
276 changes: 276 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

114 changes: 114 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
# Gopkg.toml example
#
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true


[[constraint]]
name = "github.com/DataDog/zstd"
version = "1.4.0"

[[constraint]]
name = "github.com/PuerkitoBio/goquery"
version = "1.5.0"

[[constraint]]
name = "github.com/Shopify/sarama"
version = "1.22.1"

[[constraint]]
name = "github.com/Shopify/toxiproxy"
version = "2.1.4"

[[constraint]]
name = "github.com/andybalholm/cascadia"
version = "1.0.0"

[[constraint]]
branch = "master"
name = "github.com/axgle/mahonia"

[[constraint]]
branch = "master"
name = "github.com/cihub/seelog"

[[constraint]]
name = "github.com/davecgh/go-spew"
version = "1.1.1"

[[constraint]]
name = "github.com/eapache/go-resiliency"
version = "1.1.0"

[[constraint]]
branch = "master"
name = "github.com/eapache/go-xerial-snappy"

[[constraint]]
name = "github.com/eapache/queue"
version = "1.1.0"

[[constraint]]
name = "github.com/golang/snappy"
version = "0.0.1"

[[constraint]]
name = "github.com/influxdata/influxdb"
version = "1.7.6"

[[constraint]]
name = "github.com/pierrec/lz4"
version = "2.2.3"

[[constraint]]
name = "github.com/pierrec/xxHash"
version = "0.1.5"

[[constraint]]
branch = "master"
name = "github.com/rcrowley/go-metrics"

[[constraint]]
name = "github.com/stretchr/testify"
version = "1.3.0"

[[constraint]]
name = "github.com/sundy-li/burrowx"
version = "2.0.0"

[[constraint]]
branch = "master"
name = "github.com/xdg/scram"

[[constraint]]
branch = "master"
name = "golang.org/x/net"

[[constraint]]
branch = "master"
name = "golang.org/x/sys"

[prune]
go-tests = true
unused-packages = true

0 comments on commit a99195a

Please sign in to comment.