-
Notifications
You must be signed in to change notification settings - Fork 50
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
1 parent
48c9c1e
commit 13b33c3
Showing
2 changed files
with
111 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,25 @@ | ||
module github.com/jamiealquiza/sangrenel | ||
|
||
require ( | ||
github.com/Shopify/sarama v1.27.2 | ||
github.com/jamiealquiza/tachymeter v1.1.2 | ||
github.com/Shopify/sarama v1.31.0 | ||
github.com/Shopify/toxiproxy v2.1.4+incompatible // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/jamiealquiza/tachymeter v2.0.0+incompatible | ||
github.com/klauspost/compress v1.14.1 // indirect | ||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect | ||
github.com/pierrec/lz4 v2.6.1+incompatible // indirect | ||
github.com/xdg/scram v1.0.3 // indirect | ||
github.com/xdg/stringprep v1.0.3 // indirect | ||
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce // indirect | ||
golang.org/x/net v0.0.0-20220121210141-e204ce36a2ba // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/jcmturner/aescts.v1 v1.0.1 // indirect | ||
gopkg.in/jcmturner/dnsutils.v1 v1.0.1 // indirect | ||
gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect | ||
gopkg.in/jcmturner/gokrb5.v7 v7.5.0 // indirect | ||
gopkg.in/jcmturner/rpc.v1 v1.1.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
) | ||
|
||
go 1.13 |
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