diff options
| author | 2025-07-15 12:43:28 +0700 | |
|---|---|---|
| committer | 2025-07-15 12:43:28 +0700 | |
| commit | 373ec07b40178cb3b704aa83fc4fd53abfe279bc (patch) | |
| tree | dcadacab21909195fbe660f105f060f4e6f686ce /go.mod | |
| parent | 6fef5c8ea06b0b25542afc65b412c75aa3d879a2 (diff) | |
| download | thumbnail-generator-373ec07b40178cb3b704aa83fc4fd53abfe279bc.tar.gz thumbnail-generator-373ec07b40178cb3b704aa83fc4fd53abfe279bc.zip | |
feat: prepare all internal pkg (input/output client & processor)
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,6 +3,8 @@ module github.com/SayaAndy/saya-today-thumbnail-generator go 1.24.4 require ( + github.com/Backblaze/blazer v0.7.2 // indirect + github.com/benbusby/b2 v1.4.0 // indirect github.com/gabriel-vasile/mimetype v1.4.8 // indirect github.com/go-playground/locales v0.14.1 // indirect github.com/go-playground/universal-translator v0.18.1 // indirect @@ -10,7 +12,8 @@ require ( github.com/kolesa-team/go-webp v1.0.5 // indirect github.com/leodido/go-urn v1.4.0 // indirect golang.org/x/crypto v0.33.0 // indirect + golang.org/x/image v0.29.0 // indirect golang.org/x/net v0.34.0 // indirect golang.org/x/sys v0.30.0 // indirect - golang.org/x/text v0.22.0 // indirect + golang.org/x/text v0.27.0 // indirect ) |