diff --git a/go.mod b/go.mod index 9a7b881..e849cf8 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/ibm-hyper-protect/terraform-provider-hpcr go 1.20 require ( - github.com/IBM/fp-go v1.0.97 + github.com/IBM/fp-go v1.0.98 github.com/Masterminds/semver v1.5.0 github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637 github.com/hashicorp/go-uuid v1.0.3 diff --git a/go.sum b/go.sum index d2e4894..753709c 100644 --- a/go.sum +++ b/go.sum @@ -1,6 +1,6 @@ dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk= -github.com/IBM/fp-go v1.0.97 h1:4XV/3Of+Yfs342EVyFvK8gaRf/ppL20H1bDyuFGJ2Q0= -github.com/IBM/fp-go v1.0.97/go.mod h1:qqstC2fZZZajHWYAIj6GGxqiKnnWiBjfJzGRcB3mqGs= +github.com/IBM/fp-go v1.0.98 h1:pdcFFbCPwcdWtdix4UrV0cD4IcQ6xHq06Jlyzc/0GoY= +github.com/IBM/fp-go v1.0.98/go.mod h1:qqstC2fZZZajHWYAIj6GGxqiKnnWiBjfJzGRcB3mqGs= github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI= github.com/Masterminds/goutils v1.1.1/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU= github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww=