Skip to content

Commit

Permalink
fix: update service registry sdk (#1687)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki authored Jul 28, 2022
1 parent 7b1b98b commit 696cbeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (
github.com/redhat-developer/app-services-sdk-go/connectormgmt v0.8.0
github.com/redhat-developer/app-services-sdk-go/kafkainstance v0.8.0
github.com/redhat-developer/app-services-sdk-go/kafkamgmt v0.13.0
github.com/redhat-developer/app-services-sdk-go/registryinstance v0.4.0
github.com/redhat-developer/app-services-sdk-go/registryinstance v0.5.0
github.com/redhat-developer/app-services-sdk-go/registrymgmt v0.9.0
github.com/redhat-developer/service-binding-operator v0.9.0
github.com/segmentio/backo-go v0.0.0-20200129164019-23eae7c10bd3 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -685,8 +685,8 @@ github.com/redhat-developer/app-services-sdk-go/kafkainstance v0.8.0 h1:NdtvHSoI
github.com/redhat-developer/app-services-sdk-go/kafkainstance v0.8.0/go.mod h1:yazwUm4IHuIWrQ0CCsqN0h7rHZx51nlFbYWKnUn7B84=
github.com/redhat-developer/app-services-sdk-go/kafkamgmt v0.13.0 h1:aSuONBf3znnotUX7ywLh6xvOVVFsPRIUCfsEBWTWEM0=
github.com/redhat-developer/app-services-sdk-go/kafkamgmt v0.13.0/go.mod h1:ILvcakLEXMLZyRdO//WJZNk9fdFbnU+cM3XrBvubE64=
github.com/redhat-developer/app-services-sdk-go/registryinstance v0.4.0 h1:NhRpkA65wutg4AcxyQf1cMxTIqvKThDmJZkW79dCPZM=
github.com/redhat-developer/app-services-sdk-go/registryinstance v0.4.0/go.mod h1:HkNzOWHTW/SomobQ4343+yR4oTmiyvm85BIWlsh0qbA=
github.com/redhat-developer/app-services-sdk-go/registryinstance v0.5.0 h1:TufBc4lkfgIXuE1SPkdbiLJl3ZBGcxBH7j/lt2Z/rYA=
github.com/redhat-developer/app-services-sdk-go/registryinstance v0.5.0/go.mod h1:HkNzOWHTW/SomobQ4343+yR4oTmiyvm85BIWlsh0qbA=
github.com/redhat-developer/app-services-sdk-go/registrymgmt v0.9.0 h1:Kru+Z+a4yRn0aFsyKahrbibB9vD0JkvwVw7uPwbWfdA=
github.com/redhat-developer/app-services-sdk-go/registrymgmt v0.9.0/go.mod h1:UoxuqkUN+g5Ni8zgsCA7zidR5s774m9fqhZ5o4eOSIM=
github.com/redhat-developer/service-binding-operator v0.9.0 h1:CS+eEtzu/PtWuyvYQFQpZXd6ukSuFtN+U0EKKtTsvlA=
Expand Down

0 comments on commit 696cbeb

Please sign in to comment.