-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathgo.mod
37 lines (34 loc) · 1.29 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
37
module github.com/danvergara/morphos
go 1.23.0
require (
github.com/chai2010/webp v1.1.1
github.com/gabriel-vasile/mimetype v1.4.3
github.com/gen2brain/go-fitz v1.23.7
github.com/go-chi/chi/v5 v5.0.10
github.com/signintech/gopdf v0.20.0
github.com/stretchr/testify v1.8.4
github.com/tealeg/xlsx/v3 v3.3.6
github.com/u2takey/ffmpeg-go v0.5.0
golang.org/x/image v0.14.0
golang.org/x/text v0.14.0
)
require (
github.com/aws/aws-sdk-go v1.38.20 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/frankban/quicktest v1.14.6 // indirect
github.com/google/btree v1.0.0 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/peterbourgon/diskv/v3 v3.0.1 // indirect
github.com/phpdave11/gofpdi v1.0.14-0.20211212211723-1f10f9844311 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/fastuuid v1.2.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/shabbyrobe/xmlwriter v0.0.0-20200208144257-9fca06d00ffa // indirect
github.com/u2takey/go-utils v0.3.1 // indirect
golang.org/x/net v0.18.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)