-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (26 loc) · 1001 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
29
module github.com/mashiike/lambdag
go 1.18
require (
github.com/Songmu/flextime v0.1.0
github.com/awalterschulze/gographviz v2.0.3+incompatible
github.com/aws/aws-lambda-go v1.33.0
github.com/aws/aws-sdk-go-v2 v1.16.7
github.com/aws/aws-sdk-go-v2/service/lambda v1.23.4
github.com/google/subcommands v1.2.0
github.com/google/uuid v1.3.0
github.com/heimdalr/dag v1.2.1
github.com/samber/lo v1.25.0
github.com/stretchr/testify v1.8.0
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
)
require (
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.14 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.8 // indirect
github.com/aws/smithy-go v1.12.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/exp v0.0.0-20220713135740-79cabaa25d75 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)