diff options
author | Alan Pearce | 2024-04-19 14:53:51 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-19 14:54:05 +0200 |
commit | 0fc79f324d54cc7a45c0ad0ffa9c75cd716e0126 (patch) | |
tree | 135793af7cdd7162454d8dd1a4a8e6ad553193d4 /go.mod | |
parent | 8dd538daadc55a935e6dc205d9b2559830818c07 (diff) | |
download | website-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.mod | 1 |
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 |