-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (25 loc) · 908 Bytes
/
go.mod
File metadata and controls
28 lines (25 loc) · 908 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
28
module github.com/sultaniman/pwc
go 1.17
require (
github.com/fatih/color v1.17.0
github.com/fogleman/gg v1.3.1-0.20210928143535-8febc0f526ad
github.com/go-fonts/dejavu v0.3.3
github.com/gookit/color v1.5.4
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.8.4
golang.org/x/crypto v0.26.0
golang.org/x/image v0.17.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)