-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 840 Bytes
/
Copy pathgo.mod
File metadata and controls
26 lines (23 loc) · 840 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
module sando
go 1.19
require (
github.com/aws/aws-sdk-go v1.44.162
github.com/briandowns/spinner v1.19.0
github.com/fatih/color v1.7.0
github.com/spf13/cobra v1.6.1
)
require (
github.com/akamai/AkamaiOPEN-edgegrid-golang/v7 v7.3.0 // indirect
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.8 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.uber.org/ratelimit v0.2.0 // indirect
golang.org/x/sys v0.1.0 // indirect
gopkg.in/ini.v1 v1.51.1 // indirect
)