Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ef9005b

Browse files
committed
chore: updated all deps
1 parent a0cf7fb commit ef9005b

File tree

10 files changed

+977
-24
lines changed

10 files changed

+977
-24
lines changed

‎inventory-release/go.mod‎

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@ go 1.16
44

55
require (
66
aws-step-functions-long-lived-transactions/models v0.0.0-00010101000000-000000000000
7-
github.com/DATA-DOG/go-sqlmock v1.4.0 // indirect
8-
github.com/aws/aws-lambda-go v1.13.2
9-
github.com/aws/aws-sdk-go v1.25.26
10-
github.com/aws/aws-xray-sdk-go v1.0.0-rc.14
11-
github.com/stretchr/testify v1.4.0
12-
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
7+
github.com/andybalholm/brotli v1.0.3 // indirect
8+
github.com/aws/aws-lambda-go v1.24.0
9+
github.com/aws/aws-sdk-go v1.38.70
10+
github.com/aws/aws-xray-sdk-go v1.5.0
11+
github.com/klauspost/compress v1.13.1 // indirect
12+
github.com/stretchr/testify v1.6.1
13+
github.com/urfave/cli v1.22.1 // indirect
14+
github.com/valyala/fasthttp v1.28.0 // indirect
15+
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
16+
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
17+
google.golang.org/genproto v0.0.0-20210630183607-d20f26d13c79 // indirect
18+
google.golang.org/grpc v1.39.0 // indirect
1319
)
1420

1521
replace aws-step-functions-long-lived-transactions/models => ../models

‎inventory-release/go.sum‎

Lines changed: 214 additions & 0 deletions
Large diffs are not rendered by default.

‎inventory-reserve/go.mod‎

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@ go 1.16
44

55
require (
66
aws-step-functions-long-lived-transactions/models v0.0.0-00010101000000-000000000000
7-
github.com/aws/aws-lambda-go v1.13.2
8-
github.com/aws/aws-sdk-go v1.25.26
9-
github.com/aws/aws-xray-sdk-go v1.0.0-rc.14
10-
github.com/stretchr/testify v1.4.0
11-
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
7+
github.com/andybalholm/brotli v1.0.3 // indirect
8+
github.com/aws/aws-lambda-go v1.24.0
9+
github.com/aws/aws-sdk-go v1.38.70
10+
github.com/aws/aws-xray-sdk-go v1.5.0
11+
github.com/klauspost/compress v1.13.1 // indirect
12+
github.com/stretchr/testify v1.6.1
13+
github.com/urfave/cli v1.22.1 // indirect
14+
github.com/valyala/fasthttp v1.28.0 // indirect
15+
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
16+
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
17+
google.golang.org/genproto v0.0.0-20210630183607-d20f26d13c79 // indirect
18+
google.golang.org/grpc v1.39.0 // indirect
1219
)
1320

1421
replace aws-step-functions-long-lived-transactions/models => ../models

‎inventory-reserve/go.sum‎

Lines changed: 214 additions & 0 deletions
Large diffs are not rendered by default.

‎order-new/go.mod‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@ go 1.16
44

55
require (
66
aws-step-functions-long-lived-transactions/models v0.0.0-00010101000000-000000000000
7+
github.com/andybalholm/brotli v1.0.3 // indirect
78
github.com/aws/aws-lambda-go v1.24.0
8-
github.com/aws/aws-sdk-go v1.38.69
9+
github.com/aws/aws-sdk-go v1.38.70
910
github.com/aws/aws-xray-sdk-go v1.5.0
11+
github.com/klauspost/compress v1.13.1 // indirect
1012
github.com/stretchr/testify v1.7.0
13+
github.com/valyala/fasthttp v1.28.0 // indirect
1114
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
15+
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
16+
google.golang.org/genproto v0.0.0-20210630183607-d20f26d13c79 // indirect
17+
google.golang.org/grpc v1.39.0 // indirect
1218
)
1319

1420
replace aws-step-functions-long-lived-transactions/models => ../models

‎order-new/go.sum‎

Lines changed: 60 additions & 0 deletions
Large diffs are not rendered by default.

‎payment-credit/go.mod‎

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,19 @@ go 1.16
44

55
require (
66
aws-step-functions-long-lived-transactions/models v0.0.0-00010101000000-000000000000
7+
github.com/andybalholm/brotli v1.0.3 // indirect
78
github.com/aws-samples/aws-step-functions-long-lived-transactions v0.0.0-20191001081655-c5ca1f79a412
8-
github.com/aws/aws-lambda-go v1.13.2
9-
github.com/aws/aws-sdk-go v1.25.26
10-
github.com/aws/aws-xray-sdk-go v1.0.0-rc.14
11-
github.com/stretchr/testify v1.4.0
12-
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
9+
github.com/aws/aws-lambda-go v1.24.0
10+
github.com/aws/aws-sdk-go v1.38.70
11+
github.com/aws/aws-xray-sdk-go v1.5.0
12+
github.com/klauspost/compress v1.13.1 // indirect
13+
github.com/stretchr/testify v1.6.1
14+
github.com/urfave/cli v1.22.1 // indirect
15+
github.com/valyala/fasthttp v1.28.0 // indirect
16+
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
17+
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
18+
google.golang.org/genproto v0.0.0-20210630183607-d20f26d13c79 // indirect
19+
google.golang.org/grpc v1.39.0 // indirect
1320
)
1421

15-
replace aws-step-functions-long-lived-transactions/models => ../models
22+
replace aws-step-functions-long-lived-transactions/models => ../models

‎payment-credit/go.sum‎

Lines changed: 214 additions & 0 deletions
Large diffs are not rendered by default.

‎payment-debit/go.mod‎

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@ go 1.16
44

55
require (
66
aws-step-functions-long-lived-transactions/models v0.0.0-00010101000000-000000000000
7-
github.com/aws/aws-lambda-go v1.13.2
8-
github.com/aws/aws-sdk-go v1.25.26
9-
github.com/aws/aws-xray-sdk-go v1.0.0-rc.14
10-
github.com/stretchr/testify v1.4.0
11-
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
7+
github.com/andybalholm/brotli v1.0.3 // indirect
8+
github.com/aws/aws-lambda-go v1.24.0
9+
github.com/aws/aws-sdk-go v1.38.70
10+
github.com/aws/aws-xray-sdk-go v1.5.0
11+
github.com/klauspost/compress v1.13.1 // indirect
12+
github.com/stretchr/testify v1.7.0
13+
github.com/urfave/cli v1.22.1 // indirect
14+
github.com/valyala/fasthttp v1.28.0 // indirect
15+
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
16+
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
17+
google.golang.org/genproto v0.0.0-20210630183607-d20f26d13c79 // indirect
18+
google.golang.org/grpc v1.39.0 // indirect
1219
)
1320

1421
replace aws-step-functions-long-lived-transactions/models => ../models
15-

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /