Skip to content

Commit 9ea5bfb

Browse files
committed
fix(deps): update go dependencies
1 parent 157724e commit 9ea5bfb

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/ibm-hyper-protect/k8s-operator-hpcr
33
go 1.21
44

55
require (
6-
github.com/IBM/fp-go v1.0.91
6+
github.com/IBM/fp-go v1.0.92
77
github.com/IBM/go-sdk-core/v5 v5.15.0
88
github.com/IBM/platform-services-go-sdk v0.55.0
99
github.com/IBM/vpc-go-sdk v0.47.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/IBM/fp-go v1.0.91 h1:m1GkXNkRTso6Pvgobw+Z4umvnqyk6iUvYlSh+lxQKf8=
2-
github.com/IBM/fp-go v1.0.91/go.mod h1:qqstC2fZZZajHWYAIj6GGxqiKnnWiBjfJzGRcB3mqGs=
1+
github.com/IBM/fp-go v1.0.92 h1:LMSdfxxAlp3EAVzYybbqTMy9hko3I4rSgpWAsKbj4R4=
2+
github.com/IBM/fp-go v1.0.92/go.mod h1:qqstC2fZZZajHWYAIj6GGxqiKnnWiBjfJzGRcB3mqGs=
33
github.com/IBM/go-sdk-core/v5 v5.15.0 h1:AhFoWVk3i58f9vnDoEoZumI/zbtRoP5moWIz5YQOmZg=
44
github.com/IBM/go-sdk-core/v5 v5.15.0/go.mod h1:5Obavm/s1Tc2PxivEIfgCvj/HJ5h3QIOjLHS5y8QJf0=
55
github.com/IBM/platform-services-go-sdk v0.55.0 h1:W598xZanL61bwd8O2DQexr4qjIr+/tP0Y845zoms5yA=

samples/contracts/busybox-with-data-disk-ref/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
hpcr = {
44
source = "ibm-hyper-protect/hpcr"
5-
version = ">= 0.3.18"
5+
version = ">= 0.3.19"
66
}
77
}
88
}

samples/contracts/busybox-with-data-disk/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
hpcr = {
44
source = "ibm-hyper-protect/hpcr"
5-
version = ">= 0.3.18"
5+
version = ">= 0.3.19"
66
}
77
}
88
}

samples/contracts/busybox/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
hpcr = {
44
source = "ibm-hyper-protect/hpcr"
5-
version = ">= 0.3.18"
5+
version = ">= 0.3.19"
66
}
77
}
88
}

0 commit comments

Comments
 (0)