diff options
author | terminaldweller <devi@terminaldweller.com> | 2023-10-14 13:31:32 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2023-10-14 13:31:32 +0000 |
commit | 93b89566ba9010fe5998513c5e00a61d476e4c55 (patch) | |
tree | d04bbafb38d58e08d8f91a2ef3783f132bc355fa /go.mod | |
parent | one (diff) | |
download | sms-webhook-93b89566ba9010fe5998513c5e00a61d476e4c55.tar.gz sms-webhook-93b89566ba9010fe5998513c5e00a61d476e4c55.zip |
wip
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -2,7 +2,11 @@ module sms-webhook go 1.21 -require github.com/pocketbase/pocketbase v0.18.9 +require ( + github.com/go-redis/redis/v8 v8.11.5 + github.com/labstack/echo/v5 v5.0.0-20230722203903-ec5b858dab61 + github.com/pocketbase/pocketbase v0.18.9 +) require ( github.com/AlecAivazis/survey/v2 v2.3.7 // indirect @@ -27,6 +31,8 @@ require ( github.com/aws/aws-sdk-go-v2/service/ssooidc v1.17.1 // indirect github.com/aws/aws-sdk-go-v2/service/sts v1.22.0 // indirect github.com/aws/smithy-go v1.14.2 // indirect + github.com/cespare/xxhash/v2 v2.2.0 // indirect + github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect github.com/disintegration/imaging v1.6.2 // indirect github.com/domodwyer/mailyak/v3 v3.6.2 // indirect github.com/dustin/go-humanize v1.0.1 // indirect @@ -43,7 +49,6 @@ require ( github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect - github.com/labstack/echo/v5 v5.0.0-20230722203903-ec5b858dab61 // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.19 // indirect github.com/mattn/go-sqlite3 v1.14.17 // indirect |