-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (25 loc) · 868 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
module github.com/sralloza/rpi-provisioner
go 1.21.3
require (
github.com/aws/aws-sdk-go v1.41.14
github.com/carlmjohnson/requests v0.23.5
github.com/gookit/color v1.5.4
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/sftp v1.10.1
github.com/rs/zerolog v1.31.0
github.com/spf13/cobra v1.2.1
golang.org/x/crypto v0.13.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
)
require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/sys v0.12.0 // indirect
)