Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit 7cf612c

Browse files
dependabot[bot]gaetanars
authored andcommitted
build(deps): bump github.com/FrangipaneTeam/terraform-templates
Bumps [github.com/FrangipaneTeam/terraform-templates](https://github.com/FrangipaneTeam/terraform-templates) from 0.0.3 to 0.0.4. - [Release notes](https://github.com/FrangipaneTeam/terraform-templates/releases) - [Changelog](https://github.com/FrangipaneTeam/terraform-templates/blob/main/CHANGELOG.md) - [Commits](orange-cloudavenue/terraform-resource-templates@v0.0.3...v0.0.4) --- updated-dependencies: - dependency-name: github.com/FrangipaneTeam/terraform-templates dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e95762e commit 7cf612c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/FrangipaneTeam/tf-doc-extractor
33
go 1.20
44

55
require (
6-
github.com/FrangipaneTeam/terraform-templates v0.0.3
6+
github.com/FrangipaneTeam/terraform-templates v0.0.4
77
github.com/hashicorp/hcl/v2 v2.16.2
88
github.com/rs/zerolog v1.29.0
99
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/FrangipaneTeam/terraform-templates v0.0.3 h1:UVlUmSSAtIa0+yHqWZDVNHp+uEAXebVWAjtXsh7VSx0=
2-
github.com/FrangipaneTeam/terraform-templates v0.0.3/go.mod h1:AoxGJM+IkXpBr5XFXoBAhZyKFkMBaRBiezn+FVSVj2M=
1+
github.com/FrangipaneTeam/terraform-templates v0.0.4 h1:L1vYGLgfNAZY9tvwikacHNIvHJrQwur8X0v/A5LY2Qs=
2+
github.com/FrangipaneTeam/terraform-templates v0.0.4/go.mod h1:AoxGJM+IkXpBr5XFXoBAhZyKFkMBaRBiezn+FVSVj2M=
33
github.com/agext/levenshtein v1.2.1 h1:QmvMAjj2aEICytGiWzmxoE0x2KZvE0fvmqMOfy2tjT8=
44
github.com/agext/levenshtein v1.2.1/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=
55
github.com/apparentlymart/go-textseg/v13 v13.0.0 h1:Y+KvPE1NYz0xl601PVImeQfFyEy6iT90AvPUL1NNfNw=

0 commit comments

Comments
 (0)