-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
36 lines (32 loc) · 1.18 KB
/
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
32
33
34
35
36
module github.com/SongStitch/song-stitch
go 1.23
toolchain go1.23.1
require (
github.com/PuerkitoBio/goquery v1.10.0
github.com/SongStitch/go-webp v1.2.0
github.com/fogleman/gg v1.3.0
github.com/ggicci/httpin v0.19.0
github.com/go-playground/validator/v10 v10.22.1
github.com/joho/godotenv v1.5.1
github.com/justinas/alice v1.2.0
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/rs/zerolog v1.33.0
github.com/sethvargo/go-envconfig v1.1.0
)
require (
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/ggicci/owl v0.8.2 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/rs/xid v1.5.0 // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/image v0.18.0 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.18.0 // indirect
)