2024-08-04 18:12:00 -07:00
|
|
|
module gitea.narnian.us/lordwelch/comic-hasher
|
2024-05-01 18:09:02 -07:00
|
|
|
|
2024-05-10 13:58:04 -07:00
|
|
|
go 1.22.1
|
2024-05-01 18:09:02 -07:00
|
|
|
|
2024-05-10 13:58:04 -07:00
|
|
|
toolchain go1.22.2
|
2024-05-01 18:09:02 -07:00
|
|
|
|
|
|
|
require (
|
2024-08-11 20:46:41 -07:00
|
|
|
gitea.narnian.us/lordwelch/goimagehash v0.0.0-20240812025715-33ff96e45f00
|
2024-08-04 18:12:00 -07:00
|
|
|
github.com/disintegration/imaging v1.6.3-0.20201218193011-d40f48ce0f09
|
2024-07-31 11:35:17 -07:00
|
|
|
github.com/fmartingr/go-comicinfo/v2 v2.0.2
|
|
|
|
github.com/mholt/archiver/v4 v4.0.0-alpha.8
|
2024-08-11 20:46:41 -07:00
|
|
|
golang.org/x/image v0.19.0
|
|
|
|
golang.org/x/text v0.17.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1
|
|
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
2024-05-01 18:09:02 -07:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-07-31 11:35:17 -07:00
|
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
|
|
github.com/bodgit/plumbing v1.2.0 // indirect
|
|
|
|
github.com/bodgit/sevenzip v1.3.0 // indirect
|
|
|
|
github.com/bodgit/windows v1.0.0 // indirect
|
|
|
|
github.com/connesc/cipherio v0.2.1 // indirect
|
|
|
|
github.com/dsnet/compress v0.0.1 // indirect
|
2024-08-04 18:12:00 -07:00
|
|
|
github.com/golang/mock v1.6.0 // indirect
|
2024-07-31 11:35:17 -07:00
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
|
|
github.com/klauspost/compress v1.15.9 // indirect
|
|
|
|
github.com/klauspost/pgzip v1.2.5 // indirect
|
|
|
|
github.com/nwaples/rardecode/v2 v2.0.0-beta.2 // indirect
|
|
|
|
github.com/pierrec/lz4/v4 v4.1.15 // indirect
|
|
|
|
github.com/therootcompany/xz v1.0.1 // indirect
|
|
|
|
github.com/ulikunitz/xz v0.5.10 // indirect
|
|
|
|
go4.org v0.0.0-20200411211856-f5505b9728dd // indirect
|
2024-08-11 20:46:41 -07:00
|
|
|
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
|
2024-05-01 18:09:02 -07:00
|
|
|
)
|
|
|
|
|
2024-08-11 20:46:41 -07:00
|
|
|
replace golang.org/x/text v0.17.0 => github.com/lordwelch/text v0.0.0-20240505231825-4893f344170f
|