Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/harness/ff-golang-server-sdk to v0.1.25 #592

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion providers/harness/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/open-feature/go-sdk-contrib/providers/harness
go 1.21

require (
github.com/harness/ff-golang-server-sdk v0.1.24
github.com/harness/ff-golang-server-sdk v0.1.25
github.com/jarcoal/httpmock v1.3.1
github.com/open-feature/go-sdk v1.11.0
github.com/stretchr/testify v1.9.0
Expand Down
2 changes: 2 additions & 0 deletions providers/harness/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ github.com/harness/ff-golang-server-sdk v0.1.17 h1:h5Grbfgh/7Hisrt30Fo/7UIo7oCVV
github.com/harness/ff-golang-server-sdk v0.1.17/go.mod h1:rgZU38pqz49d4Gs/oF5tBmyhOWQUjiSl3ZnRd2UespA=
github.com/harness/ff-golang-server-sdk v0.1.24 h1:4SCvZxOZc5JeJN+L8zt/uADgusKajcQKz20pDytcw9I=
github.com/harness/ff-golang-server-sdk v0.1.24/go.mod h1:Fo6x7IBBj5Hdqug9pqF9B8BoNh71rEEwx36+ajgEHLU=
github.com/harness/ff-golang-server-sdk v0.1.25 h1:SRKZ+wqGnOiOofb7CRTXQ3IVlAdczvVMZQiEulZ8Xvc=
github.com/harness/ff-golang-server-sdk v0.1.25/go.mod h1:Fo6x7IBBj5Hdqug9pqF9B8BoNh71rEEwx36+ajgEHLU=
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
github.com/hashicorp/go-hclog v0.9.2 h1:CG6TE5H9/JXsFWJCfoIVpKFIkFe6ysEuHirp4DxCsHI=
Expand Down
Loading