diff options
| author | ivar <i@oiee.no> | 2026-04-04 16:40:25 +0200 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2026-04-04 16:40:25 +0200 |
| commit | bcae026b1fa46d952c8f2607278e1f0a640793c0 (patch) | |
| tree | ed2e014ef197233f6256aec05cbb0180e0202e0e /go.mod | |
| parent | 11f6c31d451e3064aa9b9989bfd245edb87f0a1a (diff) | |
| download | nebbet.no-bcae026b1fa46d952c8f2607278e1f0a640793c0.tar.xz nebbet.no-bcae026b1fa46d952c8f2607278e1f0a640793c0.zip | |
chore: add govips/v2 dependency
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,6 +17,7 @@ require ( 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 @@ -41,7 +42,7 @@ require ( github.com/ugorji/go/codec v1.3.1 // indirect go.mongodb.org/mongo-driver/v2 v2.5.0 // indirect golang.org/x/arch v0.22.0 // indirect - golang.org/x/image v0.0.0-20200927104501-e162460cd6b5 // indirect + golang.org/x/image v0.38.0 // indirect golang.org/x/net v0.52.0 // indirect golang.org/x/text v0.35.0 // indirect google.golang.org/protobuf v1.36.10 // indirect |
