Skip to content

Commit

Permalink
fix(deps): update go dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 10, 2024
1 parent 5954103 commit c65ace0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/gin-gonic/gin v1.9.1
github.com/google/uuid v1.5.0
github.com/iancoleman/strcase v0.3.0
github.com/ibm-hyper-protect/terraform-provider-hpcr v0.3.20
github.com/ibm-hyper-protect/terraform-provider-hpcr v0.3.21
github.com/joho/godotenv v1.5.1
github.com/kdomanski/iso9660 v0.4.0
github.com/kevinburke/ssh_config v1.2.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ github.com/hashicorp/terraform-plugin-sdk/v2 v2.31.0 h1:Bl3e2ei2j/Z3Hc2HIS15Gal2
github.com/hashicorp/terraform-plugin-sdk/v2 v2.31.0/go.mod h1:i2C41tszDjiWfziPQDL5R/f3Zp0gahXe5No/MIO9rCE=
github.com/iancoleman/strcase v0.3.0 h1:nTXanmYxhfFAMjZL34Ov6gkzEsSJZ5DbhxWjvSASxEI=
github.com/iancoleman/strcase v0.3.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho=
github.com/ibm-hyper-protect/terraform-provider-hpcr v0.3.20 h1:5t5/hmIoM733Ovd+5kzGVeTuutB+xDznuMllTGaDwHc=
github.com/ibm-hyper-protect/terraform-provider-hpcr v0.3.20/go.mod h1:kEv75WPgFglS35oY0dGTv61Ca/s/kbDkkdBkKGxR/Gw=
github.com/ibm-hyper-protect/terraform-provider-hpcr v0.3.21 h1:E0HS17B+iT5FULvz/KNw2xOmN2ZDFEhDEYCcfNlLiVg=
github.com/ibm-hyper-protect/terraform-provider-hpcr v0.3.21/go.mod h1:I/v03FWtiCyJkqyw+WB94uY+A4hJ5xqv28IGa6dwJ0U=
github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=
github.com/joho/godotenv v1.5.1/go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4=
github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=
Expand Down
2 changes: 1 addition & 1 deletion samples/contracts/busybox-with-data-disk-ref/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
hpcr = {
source = "ibm-hyper-protect/hpcr"
version = ">= 0.3.20"
version = ">= 0.3.21"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion samples/contracts/busybox-with-data-disk/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
hpcr = {
source = "ibm-hyper-protect/hpcr"
version = ">= 0.3.20"
version = ">= 0.3.21"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion samples/contracts/busybox/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
hpcr = {
source = "ibm-hyper-protect/hpcr"
version = ">= 0.3.20"
version = ">= 0.3.21"
}
}
}
Expand Down

0 comments on commit c65ace0

Please sign in to comment.