From abb174ae9bf4d6d77ff6fd78d1e72fe891495bf8 Mon Sep 17 00:00:00 2001 From: Tyler Date: Wed, 3 Jul 2024 23:55:30 +0100 Subject: Inline ImageMagick logic (C bindings) --- go.mod | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index b2f8c3d..2072978 100644 --- a/go.mod +++ b/go.mod @@ -2,23 +2,26 @@ module paperchan.club go 1.21.10 +require ( + github.com/gofiber/fiber/v2 v2.52.4 + github.com/gofiber/template/html/v2 v2.1.1 + github.com/jmoiron/sqlx v1.4.0 + github.com/joho/godotenv v1.5.1 + github.com/lib/pq v1.10.9 + gopkg.in/gographics/imagick.v3 v3.7.0 +) + require ( github.com/andybalholm/brotli v1.1.0 // indirect - github.com/gofiber/fiber/v2 v2.52.4 // indirect - github.com/gofiber/fiber/v3 v3.0.0-beta.2 // indirect github.com/gofiber/template v1.8.3 // indirect - github.com/gofiber/template/html/v2 v2.1.1 // indirect github.com/gofiber/utils v1.1.0 // indirect - github.com/gofiber/utils/v2 v2.0.0-beta.4 // indirect github.com/google/uuid v1.6.0 // indirect - github.com/jmoiron/sqlx v1.4.0 // indirect - github.com/joho/godotenv v1.5.1 // indirect github.com/klauspost/compress v1.17.8 // indirect - github.com/lib/pq v1.10.9 // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/mattn/go-runewidth v0.0.15 // indirect github.com/rivo/uniseg v0.2.0 // indirect + github.com/stretchr/testify v1.9.0 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasthttp v1.54.0 // indirect github.com/valyala/tcplisten v1.0.0 // indirect -- cgit v1.2.3