2021-03-31 10:17:39 +05:30
|
|
|
module com.navi.medici.janus
|
|
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
|
|
require (
|
2021-07-27 17:42:04 +05:30
|
|
|
github.com/Shopify/sarama v1.28.0
|
2022-03-31 16:24:32 +05:30
|
|
|
github.com/gorilla/mux v1.8.0
|
2023-01-12 12:59:22 +05:30
|
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
2022-03-31 16:24:32 +05:30
|
|
|
github.com/pkg/errors v0.9.1
|
2023-02-15 02:14:03 +00:00
|
|
|
github.com/prometheus/client_golang v1.11.1
|
2021-07-27 17:42:04 +05:30
|
|
|
github.com/riferrei/srclient v0.2.1
|
2023-02-15 02:14:03 +00:00
|
|
|
github.com/rs/cors v1.8.2
|
2022-03-31 16:24:32 +05:30
|
|
|
github.com/spf13/viper v1.7.1
|
2021-07-27 17:42:04 +05:30
|
|
|
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c
|
2023-01-09 19:34:48 +05:30
|
|
|
go.uber.org/zap v1.10.0
|
2021-03-31 10:17:39 +05:30
|
|
|
)
|