summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorivar <i@oiee.no>2026-04-04 17:06:03 +0200
committerivar <i@oiee.no>2026-04-04 17:06:03 +0200
commit18be2a543038ffe59d0bfcfce56a51418d543d6a (patch)
treecd75c40a8a33a2155b69c92443761005d9b42fe9 /go.mod
parent87deaec8c519ee477439922f1cbecb8c90cbe5af (diff)
downloadnebbet.no-18be2a543038ffe59d0bfcfce56a51418d543d6a.tar.xz
nebbet.no-18be2a543038ffe59d0bfcfce56a51418d543d6a.zip
fix: check vips.Startup error and tidy go.mod indirect annotation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 2 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 31f1ee0..07b59ee 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,9 @@ module nebbet.no
go 1.26
require (
+ github.com/davidbyttow/govips/v2 v2.18.0
github.com/gin-gonic/gin v1.12.0
+ github.com/google/uuid v1.6.0
golang.org/x/crypto v0.49.0
golang.org/x/term v0.41.0
modernc.org/sqlite v1.48.0
@@ -16,8 +18,6 @@ require (
github.com/bytedance/sonic v1.15.0 // indirect
github.com/bytedance/sonic/loader v0.5.0 // indirect
github.com/cloudwego/base64x v0.1.6 // indirect
- github.com/davidbyttow/govips v0.0.0-20201026223743-b1b72c7305d9 // indirect
- github.com/davidbyttow/govips/v2 v2.18.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/gabriel-vasile/mimetype v1.4.12 // indirect
github.com/gin-contrib/sse v1.1.0 // indirect
@@ -26,7 +26,6 @@ require (
github.com/go-playground/validator/v10 v10.30.1 // indirect
github.com/goccy/go-json v0.10.5 // indirect
github.com/goccy/go-yaml v1.19.2 // indirect
- github.com/google/uuid v1.6.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/leodido/go-urn v1.4.0 // indirect