remove unused packages

This commit is contained in:
stefanodvx 2025-04-18 00:26:51 +02:00
parent 52907ae952
commit 88e9bef29e
2 changed files with 0 additions and 10 deletions

3
go.mod
View file

@ -11,7 +11,6 @@ require (
github.com/guregu/null/v6 v6.0.0
github.com/joho/godotenv v1.5.1
github.com/strukturag/libheif v1.19.7
github.com/tidwall/gjson v1.18.0
github.com/u2takey/ffmpeg-go v0.5.0
golang.org/x/image v0.26.0
gorm.io/gorm v1.25.12
@ -37,8 +36,6 @@ require (
github.com/jinzhu/now v1.1.5 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/pkg/errors v0.9.1
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/u2takey/go-utils v0.3.1 // indirect
golang.org/x/text v0.24.0 // indirect
gorm.io/driver/mysql v1.5.7