aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/microservices/GoApps/src/go-hdfs-writer/go.mod
blob: 75df2038d9960acb4c70e7b74fa22fa33e081fa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module hdfs-writer

go 1.12

require (
	github.com/colinmarc/hdfs v1.1.3
	github.com/confluentinc/confluent-kafka-go v1.1.0
	github.com/golang/protobuf v1.3.2 // indirect
	github.com/google/uuid v1.1.1
	github.com/gorilla/mux v1.7.3
	github.com/pkg/errors v0.8.1 // indirect
	github.com/stretchr/testify v1.3.0 // indirect
	go.uber.org/atomic v1.4.0 // indirect
	go.uber.org/multierr v1.1.0 // indirect
	go.uber.org/zap v1.10.0
	gopkg.in/confluentinc/confluent-kafka-go.v1 v1.1.0
)