36 lines
1.2 KiB
Modula-2
36 lines
1.2 KiB
Modula-2
module github.com/CarterPerez-dev/crypha
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/go-audio/audio v1.0.0
|
|
github.com/go-audio/wav v1.1.0
|
|
github.com/makiuchi-d/gozxing v0.1.1
|
|
github.com/mewkiz/flac v1.0.13
|
|
github.com/pdfcpu/pdfcpu v0.13.0
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
github.com/spf13/cobra v1.10.2
|
|
golang.org/x/crypto v0.52.0
|
|
golang.org/x/image v0.44.0
|
|
golang.org/x/term v0.45.0
|
|
golang.org/x/text v0.40.0
|
|
)
|
|
|
|
require (
|
|
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
|
|
github.com/go-audio/riff v1.0.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/icza/bitio v1.1.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.24 // indirect
|
|
github.com/mewkiz/pkg v0.0.0-20250417130911-3f050ff8c56d // indirect
|
|
github.com/mewpkg/term v0.0.0-20241026122259-37a80af23985 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/spf13/pflag v1.0.10 // indirect
|
|
golang.org/x/sys v0.47.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|