diff options
| author | ivar <i@oiee.no> | 2026-04-04 17:06:03 +0200 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2026-04-04 17:06:03 +0200 |
| commit | 18be2a543038ffe59d0bfcfce56a51418d543d6a (patch) | |
| tree | cd75c40a8a33a2155b69c92443761005d9b42fe9 /go.mod | |
| parent | 87deaec8c519ee477439922f1cbecb8c90cbe5af (diff) | |
| download | nebbet.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.mod | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |
