-
Notifications
You must be signed in to change notification settings - Fork 30
/
go.mod
31 lines (28 loc) · 953 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
26
27
28
29
30
31
module github.com/FleexSecurity/fleex
go 1.21
require (
github.com/digitalocean/godo v1.120.0
github.com/hnakamur/go-scp v1.0.2
github.com/linode/linodego v1.39.0
github.com/mitchellh/go-homedir v1.1.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.1
github.com/vultr/govultr/v2 v2.17.2
golang.org/x/crypto v0.26.0
golang.org/x/oauth2 v0.22.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/go-resty/resty/v2 v2.13.1 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/term v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/time v0.5.0 // indirect
gopkg.in/ini.v1 v1.66.6 // indirect
)