-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (29 loc) · 1.26 KB
/
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/dorneanu/go-key-rotator
go 1.15
require (
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38
github.com/alecthomas/colour v0.1.0 // indirect
github.com/alecthomas/repr v0.0.0-20210301060118-828286944d6a // indirect
github.com/aws/aws-lambda-go v1.24.0
github.com/aws/aws-sdk-go v1.38.51
github.com/aws/aws-sdk-go-v2 v1.6.0
github.com/aws/aws-sdk-go-v2/config v1.3.0
github.com/aws/aws-sdk-go-v2/service/iam v1.5.0
github.com/aws/aws-sdk-go-v2/service/ssm v1.6.1
github.com/bradleyfalzon/ghinstallation v1.1.1
github.com/davidrjenni/reftools v0.0.0-20210213085015-40322ffdc2e4 // indirect
github.com/google/go-github/v34 v34.0.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/urfave/cli/v2 v2.3.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/tools v0.1.4 // indirect
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)