1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-02-06 07:53:00 +00:00
ghostream/go.mod

9 lines
139 B
Modula-2
Raw Normal View History

2020-09-21 17:47:31 +02:00
module gitlab.crans.org/nounous/ghostream
go 1.13
2020-09-21 19:59:41 +02:00
2020-09-21 21:33:32 +02:00
require (
github.com/prometheus/client_golang v1.7.1
github.com/spf13/viper v1.7.1
)