aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: abd738844b4ff89064efa2533e7dd67cb6fffac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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/google/go-cmp v0.5.9
	github.com/samber/lo v1.38.1
	github.com/sirupsen/logrus v1.9.2
	github.com/spf13/pflag v1.0.5
	github.com/valyala/fasthttp v1.47.0
	golang.org/x/crypto v0.8.0
	gorm.io/driver/mysql v1.5.1
	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/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/hints v1.1.2 // indirect
	gorm.io/plugin/dbresolver v1.4.1 // indirect
)