about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorAlan Pearce2024-04-19 14:53:51 +0200
committerAlan Pearce2024-04-19 14:54:05 +0200
commit0fc79f324d54cc7a45c0ad0ffa9c75cd716e0126 (patch)
tree135793af7cdd7162454d8dd1a4a8e6ad553193d4 /go.mod
parent8dd538daadc55a935e6dc205d9b2559830818c07 (diff)
downloadwebsite-0fc79f324d54cc7a45c0ad0ffa9c75cd716e0126.tar.lz
website-0fc79f324d54cc7a45c0ad0ffa9c75cd716e0126.tar.zst
website-0fc79f324d54cc7a45c0ad0ffa9c75cd716e0126.zip
server: configure with flags/envvars instead of toml
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index a6e3e85..8f93f87 100644
--- a/go.mod
+++ b/go.mod
@@ -10,6 +10,7 @@ require (
 	github.com/ansrivas/fiberprometheus/v2 v2.6.1
 	github.com/antchfx/xmlquery v1.4.0
 	github.com/antchfx/xpath v1.3.0
+	github.com/ardanlabs/conf/v3 v3.1.7
 	github.com/deckarep/golang-set/v2 v2.6.0
 	github.com/getsentry/sentry-go v0.27.0
 	github.com/gofiber/contrib/fibersentry v1.0.4