-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (21 loc) · 881 Bytes
/
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
module github.com/Siddheshk02/Securelee-cli
go 1.20
require github.com/pangeacyber/pangea-go/pangea-sdk/v3 v3.0.0
require github.com/fatih/color v1.16.0
require (
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.2 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/joho/godotenv v1.5.1
github.com/mattn/go-colorable v0.1.13
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mbndr/figlet4go v0.0.0-20190224160619-d6cef5b186ea
github.com/pangeacyber/pangea-go/pangea-sdk v1.10.0
github.com/pangeacyber/pangea-go/pangea-sdk/v2 v2.3.0
github.com/rs/zerolog v1.29.1 // indirect
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/term v0.14.0
)