diff options
| author | ivar <i@oiee.no> | 2026-04-04 16:39:12 +0200 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2026-04-04 16:39:12 +0200 |
| commit | 11f6c31d451e3064aa9b9989bfd245edb87f0a1a (patch) | |
| tree | a309d48db0c31d40a4e46197ddaef8bcb9781021 /go.mod | |
| parent | 44d644a4d8837f7b9377c472b4e90a501ac9bbf2 (diff) | |
| download | nebbet.no-11f6c31d451e3064aa9b9989bfd245edb87f0a1a.tar.xz nebbet.no-11f6c31d451e3064aa9b9989bfd245edb87f0a1a.zip | |
chore: add govips/v2 dependency
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,7 @@ 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/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 @@ -40,6 +41,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/net v0.52.0 // indirect golang.org/x/text v0.35.0 // indirect google.golang.org/protobuf v1.36.10 // indirect |
