-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (28 loc) · 1.01 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/go-nacelle/lambdabase
go 1.18
require (
github.com/aws/aws-lambda-go v1.11.1
github.com/derision-test/go-mockgen v1.3.7
github.com/go-nacelle/config/v3 v3.0.0
github.com/go-nacelle/log/v2 v2.0.1
github.com/go-nacelle/nacelle/v2 v2.1.0
github.com/go-nacelle/process/v2 v2.0.1
github.com/go-nacelle/service/v2 v2.0.1
github.com/google/uuid v1.1.1
github.com/stretchr/testify v1.8.2
)
require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/derision-test/glock v1.0.0 // indirect
github.com/fatih/structtag v1.2.0 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mattn/go-zglob v0.0.4 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.7.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)