diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-18 12:32:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-18 12:32:56 -0500 |
| commit | d7d86de787940f90902f2fc47c8ea598901494ac (patch) | |
| tree | 175241267f78fe9e2672649af551244511d0f8e9 /render_test.go | |
| parent | b0bbd3b988afaab67858033ab15770f45b9f1530 (diff) | |
Build(deps): Bump github.com/aws/aws-sdk-go from 1.44.220 to 1.48.0 (#1913)
* Build(deps): Bump github.com/aws/aws-sdk-go from 1.44.220 to 1.48.0
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.220 to 1.48.0.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.220...v1.48.0)
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix unit test to support IMDSv2
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'render_test.go')
| -rw-r--r-- | render_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/render_test.go b/render_test.go index ab730d2b..21b0be74 100644 --- a/render_test.go +++ b/render_test.go @@ -156,5 +156,5 @@ func ExampleRenderer_datasources() { } // Output: - // 🚏 The Berlin Hbf transit station has 18 entrances. + // 🚏 The Berlin Hbf transit station has 20 entrances. } |
