aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod42
1 files changed, 42 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..1ad6b0d
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,42 @@
+module git.sr.ht/~gabrielgio/img
+
+go 1.19
+
+require (
+ github.com/barasher/go-exiftool v1.10.0
+ github.com/fasthttp/router v1.4.19
+ github.com/gabriel-vasile/mimetype v1.4.2
+ github.com/google/go-cmp v0.5.9
+ github.com/samber/lo v1.38.1
+ github.com/sirupsen/logrus v1.9.2
+ github.com/valyala/fasthttp v1.47.0
+ golang.org/x/crypto v0.8.0
+ gorm.io/driver/postgres v1.5.2
+ gorm.io/driver/sqlite v1.5.0
+ gorm.io/gen v0.3.22
+ gorm.io/gorm v1.25.1
+)
+
+require (
+ github.com/andybalholm/brotli v1.0.5 // indirect
+ github.com/go-sql-driver/mysql v1.7.1 // indirect
+ github.com/jackc/pgpassfile v1.0.0 // indirect
+ github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
+ github.com/jackc/pgx/v5 v5.3.1 // indirect
+ github.com/jinzhu/inflection v1.0.0 // indirect
+ github.com/jinzhu/now v1.1.5 // indirect
+ github.com/klauspost/compress v1.16.5 // indirect
+ github.com/mattn/go-sqlite3 v1.14.16 // indirect
+ github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect
+ github.com/valyala/bytebufferpool v1.0.0 // indirect
+ golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
+ golang.org/x/mod v0.10.0 // indirect
+ golang.org/x/net v0.10.0 // indirect
+ golang.org/x/sys v0.8.0 // indirect
+ golang.org/x/text v0.9.0 // indirect
+ golang.org/x/tools v0.9.3 // indirect
+ gorm.io/datatypes v1.2.0 // indirect
+ gorm.io/driver/mysql v1.5.1 // indirect
+ gorm.io/hints v1.1.2 // indirect
+ gorm.io/plugin/dbresolver v1.4.1 // indirect
+)