Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit 3aa7fbb

Browse files
authored
chore(deps): upgrade github.com/FrangipaneTeam/terraform-plugin-framework-supertypes v0.0.5 to v0.1.0 (#47)
1 parent c9bc3de commit 3aa7fbb

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.changelog/46.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:dependency
2+
deps: bumps github.com/FrangipaneTeam/terraform-plugin-framework-supertypes from v0.0.5 to v0.1.0
3+
```

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/FrangipaneTeam/terraform-plugin-framework-superschema
33
go 1.20
44

55
require (
6-
github.com/FrangipaneTeam/terraform-plugin-framework-supertypes v0.0.5
6+
github.com/FrangipaneTeam/terraform-plugin-framework-supertypes v0.1.0
77
github.com/hashicorp/terraform-plugin-framework v1.3.5
88
github.com/hashicorp/terraform-plugin-framework-timeouts v0.4.1
99
github.com/iancoleman/strcase v0.3.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/FrangipaneTeam/terraform-plugin-framework-supertypes v0.0.5 h1:Cz5wnn5hXVeE5ibqi1K9ntrNicpYtHhqxY3cYnxqxVM=
2-
github.com/FrangipaneTeam/terraform-plugin-framework-supertypes v0.0.5/go.mod h1:2odt8NV8oEXmS26A3MVrk99oNOnPe9oUE1l5yknkUD4=
1+
github.com/FrangipaneTeam/terraform-plugin-framework-supertypes v0.1.0 h1:QHcnFyAQy/yWcBargdCt8Eprnh7G7vOYOw7z/4LOlM8=
2+
github.com/FrangipaneTeam/terraform-plugin-framework-supertypes v0.1.0/go.mod h1:GGgBv/UI8efmEok0VJWSxp3m6GdkETqzJf5SWH83aDs=
33
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
44
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
55
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)