aboutsummaryrefslogtreecommitdiff
path: root/go.sum
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-03-14 07:59:16 -0700
committerGravatar GitHub <noreply@github.com> 2022-03-14 07:59:16 -0700
commitc4ece4f3d87a5ecefa1e3ba843d5567e6e85dbd9 (patch)
treeae1e36d6846a75aec75f1b6edc106354278c1e87 /go.sum
parent47d8b51a4f00b9580a1285c7c73c178c228ae355 (diff)
downloadcoredns-c4ece4f3d87a5ecefa1e3ba843d5567e6e85dbd9.tar.gz
coredns-c4ece4f3d87a5ecefa1e3ba843d5567e6e85dbd9.tar.zst
coredns-c4ece4f3d87a5ecefa1e3ba843d5567e6e85dbd9.zip
build(deps): bump github.com/aws/aws-sdk-go from 1.43.12 to 1.43.17 (#5255)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.43.12 to 1.43.17. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.43.12...v1.43.17) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.sum')
-rw-r--r--go.sum4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.sum b/go.sum
index 986b3af0a..95dffcc3d 100644
--- a/go.sum
+++ b/go.sum
@@ -105,8 +105,8 @@ github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kd
github.com/apparentlymart/go-cidr v1.1.0 h1:2mAhrMoF+nhXqxTzSZMUzDHkLjmIHC+Zzn4tdgBZjnU=
github.com/apparentlymart/go-cidr v1.1.0/go.mod h1:EBcsNrHc3zQeuaeCeCtQruQm+n9/YjEn/vI25Lg7Gwc=
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY=
-github.com/aws/aws-sdk-go v1.43.12 h1:wOdx6+reSDpUBFEuJDA6edCrojzy8rOtMzhS2rD9+7M=
-github.com/aws/aws-sdk-go v1.43.12/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo=
+github.com/aws/aws-sdk-go v1.43.17 h1:jDPBz1UuTxmyRo0eLgaRiro0fiI1zL7lkscqYxoEDLM=
+github.com/aws/aws-sdk-go v1.43.17/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
lue='fix/dates'>fix/dates Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/compiler/optimize/module-scripts.ts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-01Annoying Lint PR #2 (#47)Gravatar Drew Powers 1-0/+1
2021-04-01Add runtime mode (#48)Gravatar Drew Powers 10-32/+48
2021-03-31Implements import.meta.request (#46)Gravatar Matthew Phillips 4-4/+37
2021-03-31Support for custom elements (#45)Gravatar Matthew Phillips 9-13/+144
2021-03-31Implement fallback capability (#44)Gravatar Matthew Phillips 14-28/+135
2021-03-31Extract Astro styles to external stylesheets (#43)Gravatar Drew Powers 54-165/+202
2021-03-30remove unused fnGravatar Fred K. Schott 1-13/+0
2021-03-30[ci] npm run formatGravatar matthewp 1-1/+1
2021-03-30Add minification (#42)Gravatar Matthew Phillips 3-1/+101
2021-03-30simplify svg animation, slow it downGravatar Fred K. Schott 1-54/+13
2021-03-30[ci] npm run formatGravatar matthewp 1-2/+2
2021-03-30Resolve component URLs during compilation (#40)Gravatar Matthew Phillips 6-16/+28
2021-03-30Fix nested parens bug (#39)Gravatar Drew Powers 4-5/+12
2021-03-30Convert CSS Modules to scoped styles (#38)Gravatar Drew Powers 9-84/+238
2021-03-30[ci] npm run formatGravatar matthewp 9-29/+24
2021-03-30Add support for doctype (#37)Gravatar Matthew Phillips 22-28/+162
2021-03-30[ci] npm run formatGravatar matthewp 4-41/+43
2021-03-30Bundling! 🤘 (#36)Gravatar Matthew Phillips 12-48/+373
2021-03-29revert bad snowpack example changesGravatar Fred K. Schott 1-8/+146
2021-03-29update landing pageGravatar Fred K. Schott 2-2/+3
2021-03-29update site titleGravatar Fred K. Schott 1-1/+1
2021-03-29clean up landing pageGravatar Fred K. Schott 4-224/+120
2021-03-29add example www siteGravatar Fred K. Schott 10-0/+5088
2021-03-26New hydration methods (#29)Gravatar Nate Moore 10-144/+219