-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (25 loc) · 877 Bytes
/
go.mod
File metadata and controls
29 lines (25 loc) · 877 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
29
module github.com/Siddheshk02/Securelee
go 1.19
require (
github.com/fatih/color v1.15.0
github.com/mbndr/figlet4go v0.0.0-20190224160619-d6cef5b186ea
github.com/olekukonko/tablewriter v0.0.5
github.com/sendgrid/sendgrid-go v3.12.0+incompatible
golang.org/x/term v0.8.0
)
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/sendgrid/rest v2.6.9+incompatible // indirect
github.com/stretchr/testify v1.8.0 // indirect
golang.org/x/net v0.10.0 // indirect
)
require (
github.com/apoorvam/goterminal v0.0.0-20180523175556-614d345c47e5
github.com/daviddengcn/go-colortext v1.0.0
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.8.0 // indirect
)