1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-07-01 22:31:13 +02:00

Create config package and properly use Viper

This commit is contained in:
Alexandre Iooss
2020-10-11 21:35:43 +02:00
parent de5a48ded7
commit df88fd9e99
6 changed files with 156 additions and 110 deletions

1
go.mod
View File

@ -11,4 +11,5 @@ require (
github.com/prometheus/client_golang v1.7.1
github.com/spf13/viper v1.7.1
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
gopkg.in/yaml.v2 v2.3.0
)