diff options
author | vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> | 2024-07-09 17:38:23 +0200 |
---|---|---|
committer | vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> | 2024-07-09 17:38:23 +0200 |
commit | ce0a2b123603edcde4e17eacc02bafeec85f74ab (patch) | |
tree | 8bb4c20776fec63f7235772f8f698c76d74eee86 /go.mod | |
parent | 80a73aeee4d2677961d9377c6f5b597ea2b8f473 (diff) |
delete api for moderation
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ require ( github.com/jmoiron/sqlx v1.4.0 github.com/joho/godotenv v1.5.1 github.com/lib/pq v1.10.9 + golang.org/x/crypto v0.21.0 gopkg.in/gographics/imagick.v3 v3.7.0 ) |