Test FTC100 fails since A1-SIM update
[nonrtric.git] / test / kafka-procon / go.mod
1 module kafkaprocon
2
3 go 1.17
4
5 require (
6         github.com/confluentinc/confluent-kafka-go v1.7.0 // indirect
7         github.com/enriquebris/goconcurrentqueue v0.6.0 // indirect
8         github.com/gorilla/mux v1.8.0 // indirect
9 )