comic-hasher/go.mod

62 lines
2.4 KiB
Modula-2
Raw Normal View History

2024-08-04 18:12:00 -07:00
module gitea.narnian.us/lordwelch/comic-hasher
2024-05-01 18:09:02 -07:00
go 1.23.0
2024-05-01 18:09:02 -07:00
require (
gitea.narnian.us/lordwelch/goimagehash v0.0.0-20240812025715-33ff96e45f00
2024-07-31 11:35:17 -07:00
github.com/fmartingr/go-comicinfo/v2 v2.0.2
2024-09-01 18:13:47 -07:00
github.com/kr/pretty v0.1.0
2024-09-01 18:05:58 -07:00
github.com/mattn/go-sqlite3 v1.14.22
2024-07-31 11:35:17 -07:00
github.com/mholt/archiver/v4 v4.0.0-alpha.8
github.com/ncruces/go-sqlite3 v0.18.1
golang.org/x/image v0.19.0
golang.org/x/text v0.17.0
gonum.org/v1/gonum v0.15.1
2024-09-01 18:05:58 -07:00
modernc.org/sqlite v1.32.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
2024-09-01 18:13:47 -07:00
github.com/disintegration/imaging v1.6.3-0.20201218193011-d40f48ce0f09 // indirect
2024-07-31 11:35:17 -07:00
github.com/dsnet/compress v0.0.1 // indirect
2024-09-01 18:05:58 -07:00
github.com/dustin/go-humanize v1.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
2024-09-01 18:05:58 -07:00
github.com/google/uuid v1.6.0 // indirect
2024-07-31 11:35:17 -07:00
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
2024-09-01 18:05:58 -07:00
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
2024-07-31 11:35:17 -07:00
github.com/klauspost/compress v1.15.9 // indirect
github.com/klauspost/pgzip v1.2.5 // indirect
2024-09-01 18:13:47 -07:00
github.com/kr/text v0.1.0 // indirect
2024-09-01 18:05:58 -07:00
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
github.com/ncruces/julianday v1.0.0 // indirect
2024-07-31 11:35:17 -07:00
github.com/nwaples/rardecode/v2 v2.0.0-beta.2 // indirect
github.com/pierrec/lz4/v4 v4.1.15 // indirect
2024-09-01 18:05:58 -07:00
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/tetratelabs/wazero v1.8.0 // indirect
2024-07-31 11:35:17 -07:00
github.com/therootcompany/xz v1.0.1 // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
go4.org v0.0.0-20200411211856-f5505b9728dd // indirect
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
golang.org/x/sys v0.24.0 // indirect
2024-09-01 18:05:58 -07:00
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
modernc.org/libc v1.55.3 // indirect
modernc.org/mathutil v1.6.0 // indirect
modernc.org/memory v1.8.0 // indirect
modernc.org/strutil v1.2.0 // indirect
modernc.org/token v1.1.0 // indirect
2024-05-01 18:09:02 -07:00
)
replace golang.org/x/text v0.17.0 => github.com/lordwelch/text v0.0.0-20240505231825-4893f344170f