-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 676 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/appleboy/drone-lambda
go 1.25.9
require (
github.com/aws/aws-sdk-go v1.55.5
github.com/gookit/goutil v0.6.16
github.com/joho/godotenv v1.5.1
github.com/urfave/cli/v2 v2.27.3
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/gookit/color v1.5.4 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/text v0.17.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)