diff options
author | harryzcy <harry@harryzheng.com> | 2023-07-20 06:52:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-20 19:52:42 +0800 |
commit | ec227d6682844cc3133eb527e1c877492eeda5d8 (patch) | |
tree | 6c4e4f7acb56560b7608b56e1a434e1fcb2ea5fc /go.mod | |
parent | 0ef2919bb6f992582cefdc4fc789f4b1e9433121 (diff) | |
download | gitea-ec227d6682844cc3133eb527e1c877492eeda5d8.tar.gz gitea-ec227d6682844cc3133eb527e1c877492eeda5d8.zip |
Remove nfnt/resize and oliamb/cutter (#25999)
The package `github.com/nfnt/resize` is deprecated and archived by the
author. `github.com/oliamb/cutter` is not maintained since 2018. We
could use `golang.org/x/image/draw` instead.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -81,9 +81,7 @@ require ( github.com/minio/sha256-simd v1.0.1 github.com/msteinert/pam v1.1.0 github.com/nektos/act v0.2.48 - github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 github.com/niklasfasching/go-org v1.7.0 - github.com/oliamb/cutter v0.2.2 github.com/olivere/elastic/v7 v7.0.32 github.com/opencontainers/go-digest v1.0.0 github.com/opencontainers/image-spec v1.1.0-rc4 |