diff options
| author | 2025-07-13 17:46:07 +0700 | |
|---|---|---|
| committer | 2025-07-13 17:46:07 +0700 | |
| commit | 6fef5c8ea06b0b25542afc65b412c75aa3d879a2 (patch) | |
| tree | cbd22f441364f01113cf6c38e4e0d7821efce4a0 /go.mod | |
| parent | d84df694ba7ad566c4171e66377d8e43c14c7174 (diff) | |
| download | thumbnail-generator-6fef5c8ea06b0b25542afc65b412c75aa3d879a2.tar.gz thumbnail-generator-6fef5c8ea06b0b25542afc65b412c75aa3d879a2.zip | |
feat: read config
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +module github.com/SayaAndy/saya-today-thumbnail-generator + +go 1.24.4 + +require ( + 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 + github.com/go-playground/validator/v10 v10.27.0 // indirect + 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/net v0.34.0 // indirect + golang.org/x/sys v0.30.0 // indirect + golang.org/x/text v0.22.0 // indirect +) |