Skip to content

Commit 522e16b

Browse files
luke-zhuLuke Zhu
andauthored
chore: update go dependencies (#2)
Co-authored-by: Luke Zhu <luke@observeinc.com>
1 parent 30e931b commit 522e16b

File tree

32 files changed

+8059
-971
lines changed

32 files changed

+8059
-971
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/observeinc/aws-snapshot
33
go 1.19
44

55
require (
6-
github.com/aws/aws-sdk-go v1.44.172
6+
github.com/aws/aws-sdk-go v1.44.199
77
github.com/google/go-cmp v0.5.9
88
github.com/mitchellh/mapstructure v1.5.0
99
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk5
4242
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
4343
github.com/aws/aws-sdk-go v1.44.172 h1:JwhHWVkU/UUq8b4kc2ETzoYg6UXlSslK1EthXcXY8kI=
4444
github.com/aws/aws-sdk-go v1.44.172/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
45+
github.com/aws/aws-sdk-go v1.44.199 h1:hYuQmS4zLMJR9v2iOp2UOD6Vi/0V+nwyR/Uhrkrtlbc=
46+
github.com/aws/aws-sdk-go v1.44.199/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
4547
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
4648
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
4749
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=

pkg/service/ec2/testdata/describenatgateways-expect.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@
1111
"NatGatewayAddresses": [
1212
{
1313
"AllocationId": "eipalloc-00000000000000000",
14+
"AssociationId": null,
15+
"FailureMessage": null,
16+
"IsPrimary": null,
1417
"NetworkInterfaceId": "eni-00000000000000000",
1518
"PrivateIp": "172.31.10.100",
16-
"PublicIp": null
19+
"PublicIp": null,
20+
"Status": null
1721
}
1822
],
1923
"NatGatewayId": "nat-00000000000000000",

pkg/service/lambda/testdata/listfunctions-expect.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"RevisionId": "00000000-8813-4c0d-0000-0000000000b4",
2828
"Role": "arn:aws:iam::1234567890:role/observe-lambda-20210511193624970600000001",
2929
"Runtime": "go1.x",
30+
"RuntimeVersionConfig": null,
3031
"SigningJobArn": null,
3132
"SigningProfileVersionArn": null,
3233
"SnapStart": null,
@@ -73,6 +74,7 @@
7374
"RevisionId": "00000000-c1c6-4c88-0000-0000000000bf",
7475
"Role": "arn:aws:iam::1234567890:role/marketing-dev-us-west-2-role",
7576
"Runtime": "nodejs8.10",
77+
"RuntimeVersionConfig": null,
7678
"SigningJobArn": null,
7779
"SigningProfileVersionArn": null,
7880
"SnapStart": null,

pkg/service/rds/testdata/describedbinstances-expect.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"BackupRetentionPeriod": 7,
2020
"BackupTarget": null,
2121
"CACertificateIdentifier": "rds-ca-2019",
22+
"CertificateDetails": null,
2223
"CharacterSetName": null,
2324
"CopyTagsToSnapshot": false,
2425
"CustomIamInstanceProfile": null,

0 commit comments

Comments
 (0)