11
0

Add env vars and Prometheus metrics

This commit is contained in:
2021-06-17 13:52:17 +03:00
parent d1bc505cb4
commit 1595732dc9
6 changed files with 214 additions and 31 deletions

4
go.mod
View File

@@ -1,8 +1,8 @@
module git.k-space.ee/pinecrypt/goredns
module git.k-space.ee/pinecrypt/goredirect
go 1.15
require (
github.com/prometheus/client_golang v1.11.0
go.mongodb.org/mongo-driver v1.4.6
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
)