-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 809 Bytes
/
Copy pathgo.mod
File metadata and controls
27 lines (24 loc) · 809 Bytes
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
module github.com/kashifkhan0771/utils
go 1.25.0
require (
github.com/forPelevin/gomoji v1.4.1
github.com/go-pdf/fpdf v0.9.0
github.com/ledongthuc/pdf v0.0.0-20250511090121-5959a4027728
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/pdfcpu/pdfcpu v0.12.1
golang.org/x/image v0.40.0
golang.org/x/net v0.55.0
golang.org/x/sync v0.20.0
golang.org/x/text v0.37.0
)
require (
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/hhrutter/lzw v1.0.0 // indirect
github.com/hhrutter/pkcs7 v0.2.2 // indirect
github.com/hhrutter/tiff v1.0.3 // indirect
github.com/mattn/go-runewidth v0.0.23 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/crypto v0.51.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)