diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-01-23 17:54:13 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-01-23 17:54:13 +0000 |
commit | 1f220bffe0b2f8818151b487a83e1a0b76a07fb5 (patch) | |
tree | 75c533fb380b23c64e00b520d64925b48ea5fd15 /go.mod | |
parent | WIP (diff) | |
download | sms-webhook-1f220bffe0b2f8818151b487a83e1a0b76a07fb5.tar.gz sms-webhook-1f220bffe0b2f8818151b487a83e1a0b76a07fb5.zip |
first working version
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ) |