aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-01-23 17:54:13 +0000
committerterminaldweller <devi@terminaldweller.com>2024-01-23 17:54:13 +0000
commit1f220bffe0b2f8818151b487a83e1a0b76a07fb5 (patch)
tree75c533fb380b23c64e00b520d64925b48ea5fd15 /go.mod
parentWIP (diff)
downloadsms-webhook-1f220bffe0b2f8818151b487a83e1a0b76a07fb5.tar.gz
sms-webhook-1f220bffe0b2f8818151b487a83e1a0b76a07fb5.zip
first working version
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 07874bc..25665b2 100644
--- a/go.mod
+++ b/go.mod
@@ -6,6 +6,7 @@ require (
github.com/go-redis/redis/v8 v8.11.5
github.com/labstack/echo/v5 v5.0.0-20230722203903-ec5b858dab61
github.com/lrstanley/girc v0.0.0-20230911164840-f47717952bf9
+ github.com/pelletier/go-toml/v2 v2.1.1
github.com/pocketbase/pocketbase v0.18.9
)