-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
47 lines (44 loc) · 1.73 KB
/
go.mod
File metadata and controls
47 lines (44 loc) · 1.73 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
module lambda-builder
go 1.24.0
require (
github.com/BurntSushi/toml v1.6.0
github.com/Masterminds/semver v1.5.0
github.com/alexellis/go-execute v0.6.0
github.com/aws/aws-lambda-go v1.54.0
github.com/codeclysm/extract/v4 v4.0.0
github.com/google/uuid v1.6.0
github.com/josegonzalez/cli-skeleton v0.24.0
github.com/mattn/go-isatty v0.0.21
github.com/mitchellh/cli v1.1.5
github.com/posener/complete v1.2.3
github.com/rs/zerolog v1.35.0
github.com/spf13/pflag v1.0.10
gopkg.in/yaml.v2 v2.4.0
)
require (
dario.cat/mergo v1.0.2 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.4.0 // indirect
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
github.com/armon/go-radix v1.0.0 // indirect
github.com/bgentry/speakeasy v0.2.0 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/h2non/filetype v1.1.3 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/huandu/xstrings v1.5.0 // indirect
github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5 // indirect
github.com/juju/loggo v1.0.0 // indirect
github.com/klauspost/compress v1.15.13 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/shopspring/decimal v1.4.0 // indirect
github.com/spf13/cast v1.10.0 // indirect
github.com/ulikunitz/xz v0.5.14 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/term v0.37.0 // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
)