File: go.mod

package info (click to toggle)
golang-github-optiopay-kafka 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 676 kB
  • sloc: sh: 163; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 133 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/optiopay/kafka/v2

go 1.13

require (
	github.com/fsouza/go-dockerclient v1.4.4
	github.com/golang/snappy v0.0.1
)