chore(params): validate domain strings for providers using it (#638)

This commit is contained in:
CyberAustin
2024-04-01 14:35:10 +02:00
committed by GitHub
parent 99d670f7f9
commit b31d848d96
3 changed files with 16 additions and 0 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.21
require (
github.com/breml/rootcerts v0.2.16
github.com/chmike/domain v1.0.1
github.com/containrrr/shoutrrr v0.8.0
github.com/go-chi/chi/v5 v5.0.11
github.com/golang/mock v1.6.0