File: go.mod

package info (click to toggle)
golang-github-segmentio-kafka-go 0.4.49%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,292 kB
  • sloc: sh: 17; makefile: 10
file content (12 lines) | stat: -rw-r--r-- 376 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
module github.com/segmentio/kafka-go/example/consumer-mongo-db

go 1.15

require (
	github.com/go-stack/stack v1.8.0 // indirect
	github.com/klauspost/compress v1.12.2 // indirect
	github.com/mongodb/mongo-go-driver v0.3.0
	github.com/segmentio/kafka-go v0.4.28
	github.com/tidwall/pretty v1.1.0 // indirect
	golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
)