-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
31 lines (27 loc) · 827 Bytes
/
go.mod
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
module feh_assets_creator
go 1.18
require (
github.com/chai2010/webp v1.1.1
github.com/corona10/goimagehash v1.1.0
github.com/deckarep/golang-set/v2 v2.1.0
github.com/disintegration/imaging v1.6.2
github.com/goccy/go-json v0.10.0
github.com/mozillazg/go-pinyin v0.19.0
golang.org/x/image v0.5.0
howett.net/plist v1.0.0
)
require (
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/mattn/go-sqlite3 v1.14.16 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
golang.org/x/net v0.7.0 // indirect
)
require (
github.com/PuerkitoBio/goquery v1.8.1
golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb
gopkg.in/yaml.v3 v3.0.1
gorm.io/driver/sqlite v1.4.4
gorm.io/gorm v1.24.5
)