diff --git a/go.mod b/go.mod index 7786a31..ec12ce5 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/ibm-hyper-protect/contract-go go 1.20 require ( - github.com/IBM/fp-go v1.0.98 + github.com/IBM/fp-go v1.0.100 github.com/Masterminds/semver v1.5.0 github.com/iancoleman/strcase v0.3.0 github.com/joho/godotenv v1.5.1 diff --git a/go.sum b/go.sum index 971327b..7042029 100644 --- a/go.sum +++ b/go.sum @@ -20,6 +20,8 @@ github.com/IBM/fp-go v1.0.96 h1:RGx45ZvZN9qaz6cEiBOuDIgHE+LyVqf2fGhmwT/UHVU= github.com/IBM/fp-go v1.0.96/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/IBM/fp-go v1.0.100 h1:p4IGw1+/WaI7Ab5ymkHg733DK3L3cAQXp1sryw3GIto= +github.com/IBM/fp-go v1.0.100/go.mod h1:qqstC2fZZZajHWYAIj6GGxqiKnnWiBjfJzGRcB3mqGs= github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww= github.com/Masterminds/semver v1.5.0/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y= github.com/cpuguy83/go-md2man/v2 v2.0.3 h1:qMCsGGgs+MAzDFyp9LpAe1Lqy/fY/qCovCm0qnXZOBM=