From adcd6e5cd4cf580c0494a02736ec0f269cff4dcf Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 09:04:22 +0000 Subject: [PATCH 1/2] chore: update go-sdk-common to v3.5.1 Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 7c964c3..830af44 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/launchdarkly/hello-go go 1.25.0 require ( - github.com/launchdarkly/go-sdk-common/v3 v3.5.0 + github.com/launchdarkly/go-sdk-common/v3 v3.5.1 github.com/launchdarkly/go-server-sdk/v7 v7.15.5 ) @@ -13,7 +13,7 @@ require ( github.com/josharian/intern v1.0.0 // indirect github.com/launchdarkly/ccache v1.1.0 // indirect github.com/launchdarkly/eventsource v1.10.0 // indirect - github.com/launchdarkly/go-jsonstream/v3 v3.1.1 // indirect + github.com/launchdarkly/go-jsonstream/v3 v3.1.2 // indirect github.com/launchdarkly/go-sdk-events/v3 v3.6.2 // indirect github.com/launchdarkly/go-semver v1.0.3 // indirect github.com/launchdarkly/go-server-sdk-evaluation/v3 v3.0.1 // indirect From 142956f8914d67e982a1ff50b62c59308b28d45c Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 09:03:22 +0000 Subject: [PATCH 2/2] chore: update Go server SDK to v7.15.6 Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 830af44..d8d11d7 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.25.0 require ( github.com/launchdarkly/go-sdk-common/v3 v3.5.1 - github.com/launchdarkly/go-server-sdk/v7 v7.15.5 + github.com/launchdarkly/go-server-sdk/v7 v7.15.6 ) require ( @@ -14,9 +14,9 @@ require ( github.com/launchdarkly/ccache v1.1.0 // indirect github.com/launchdarkly/eventsource v1.10.0 // indirect github.com/launchdarkly/go-jsonstream/v3 v3.1.2 // indirect - github.com/launchdarkly/go-sdk-events/v3 v3.6.2 // indirect + github.com/launchdarkly/go-sdk-events/v3 v3.6.3 // indirect github.com/launchdarkly/go-semver v1.0.3 // indirect - github.com/launchdarkly/go-server-sdk-evaluation/v3 v3.0.1 // indirect + github.com/launchdarkly/go-server-sdk-evaluation/v3 v3.0.2 // indirect github.com/mailru/easyjson v0.7.7 // indirect github.com/patrickmn/go-cache v2.1.0+incompatible // indirect golang.org/x/sync v0.8.0 // indirect