Files
janus/go.mod
dependabot[bot] 90f87e8715 Bump github.com/prometheus/client_golang from 0.9.3 to 1.11.1
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 0.9.3 to 1.11.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v0.9.3...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-15 02:14:03 +00:00

17 lines
422 B
Modula-2

module com.navi.medici.janus
go 1.16
require (
github.com/Shopify/sarama v1.28.0
github.com/gorilla/mux v1.8.0
github.com/magiconair/properties v1.8.7 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.1
github.com/riferrei/srclient v0.2.1
github.com/rs/cors v1.8.2
github.com/spf13/viper v1.7.1
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c
go.uber.org/zap v1.10.0
)