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 (11 lines) | stat: -rw-r--r-- 289 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
module github.com/segmentio/kafka-go/sasl/aws_msk_iam_v2

go 1.15

require (
	github.com/aws/aws-sdk-go-v2 v1.16.12
	github.com/aws/aws-sdk-go-v2/config v1.17.2
	github.com/aws/aws-sdk-go-v2/credentials v1.12.15
	github.com/segmentio/kafka-go v0.4.34
	github.com/stretchr/testify v1.8.0
)