-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathgo.mod
More file actions
52 lines (48 loc) · 2.04 KB
/
go.mod
File metadata and controls
52 lines (48 loc) · 2.04 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
48
49
50
51
52
module github.com/cookpad/deepalert
go 1.26
toolchain go1.26.1
require (
github.com/Netflix/go-env v0.1.2
github.com/aws/aws-cdk-go/awscdk v1.204.0-devpreview
github.com/aws/aws-cdk-go/awscdk/v2 v2.250.0
github.com/aws/aws-lambda-go v1.53.0
github.com/aws/aws-sdk-go v1.55.8
github.com/aws/constructs-go/constructs/v10 v10.6.0
github.com/aws/constructs-go/constructs/v3 v3.4.344
github.com/aws/jsii-runtime-go v1.128.0
github.com/google/uuid v1.6.0
github.com/guregu/dynamo v1.23.0
github.com/m-mizutani/golambda v1.1.3
github.com/stretchr/testify v1.11.1
)
require (
github.com/Masterminds/semver/v3 v3.4.0 // indirect
github.com/cdklabs/awscdk-asset-awscli-go/awscliv1/v2 v2.2.273 // indirect
github.com/cdklabs/awscdk-asset-node-proxy-agent-go/nodeproxyagentv6/v2 v2.1.1 // indirect
github.com/cdklabs/cloud-assembly-schema-go/awscdkcloudassemblyschema/v53 v53.0.0 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.19.0 // indirect
github.com/getsentry/sentry-go v0.43.0 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/m-mizutani/goerr v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
github.com/rs/zerolog v1.34.0 // indirect
github.com/yuin/goldmark v1.7.16 // indirect
golang.org/x/lint v0.0.0-20241112194109-818c5a804067 // indirect
golang.org/x/mod v0.34.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/telemetry v0.0.0-20260311193753-579e4da9a98c // indirect
golang.org/x/text v0.35.0 // indirect
golang.org/x/tools v0.43.0 // indirect
golang.org/x/tools/cmd/godoc v0.1.0-deprecated // indirect
golang.org/x/tools/godoc v0.1.0-deprecated // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)