diff --git a/go.mod b/go.mod index d8d11d7..12b80e0 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.6 + github.com/launchdarkly/go-server-sdk/v7 v7.16.0 ) require ( @@ -12,7 +12,7 @@ require ( github.com/gregjones/httpcache v0.0.0-20171119193500-2bcd89a1743f // indirect 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/eventsource v1.14.0 // indirect github.com/launchdarkly/go-jsonstream/v3 v3.1.2 // indirect github.com/launchdarkly/go-sdk-events/v3 v3.6.3 // indirect github.com/launchdarkly/go-semver v1.0.3 // indirect