Skip to content

Commit 6c69cf9

Browse files
chore(deps): bump github.com/launchdarkly/go-server-sdk/v7 from 7.10.1 to 7.10.2 (#557)
chore(deps): bump github.com/launchdarkly/go-server-sdk/v7 Bumps [github.com/launchdarkly/go-server-sdk/v7](https://github.com/launchdarkly/go-server-sdk) from 7.10.1 to 7.10.2. - [Release notes](https://github.com/launchdarkly/go-server-sdk/releases) - [Changelog](https://github.com/launchdarkly/go-server-sdk/blob/v7/CHANGELOG.md) - [Commits](launchdarkly/go-server-sdk@v7.10.1...v7.10.2) --- updated-dependencies: - dependency-name: github.com/launchdarkly/go-server-sdk/v7 dependency-version: 7.10.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b05e90 commit 6c69cf9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/iancoleman/strcase v0.3.0
1616
github.com/launchdarkly/api-client-go/v14 v14.0.0
1717
github.com/launchdarkly/go-sdk-common/v3 v3.2.0
18-
github.com/launchdarkly/go-server-sdk/v7 v7.10.1
18+
github.com/launchdarkly/go-server-sdk/v7 v7.10.2
1919
github.com/launchdarkly/sdk-meta/api v0.4.3
2020
github.com/mattn/go-sqlite3 v1.14.28
2121
github.com/mitchellh/go-homedir v1.1.0
@@ -60,7 +60,7 @@ require (
6060
github.com/invopop/yaml v0.3.1 // indirect
6161
github.com/josharian/intern v1.0.0 // indirect
6262
github.com/launchdarkly/ccache v1.1.0 // indirect
63-
github.com/launchdarkly/eventsource v1.8.0 // indirect
63+
github.com/launchdarkly/eventsource v1.9.1 // indirect
6464
github.com/launchdarkly/go-jsonstream/v3 v3.1.0 // indirect
6565
github.com/launchdarkly/go-sdk-events/v3 v3.5.0 // indirect
6666
github.com/launchdarkly/go-semver v1.0.3 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ github.com/launchdarkly/api-client-go/v14 v14.0.0 h1:fZfi5zKwgjpaOgK4NKcU5mJT2C8
205205
github.com/launchdarkly/api-client-go/v14 v14.0.0/go.mod h1:K7ejD5nn9ar94p/5qrQ0t9iJygdIQyH70U9M9rYvw5Y=
206206
github.com/launchdarkly/ccache v1.1.0 h1:voD1M+ZJXR3MREOKtBwgTF9hYHl1jg+vFKS/+VAkR2k=
207207
github.com/launchdarkly/ccache v1.1.0/go.mod h1:TlxzrlnzvYeXiLHmesMuvoZetu4Z97cV1SsdqqBJi1Q=
208-
github.com/launchdarkly/eventsource v1.8.0 h1:o9TL53lINP9PCrKESlpIZADvN+eHWlSVmAzZDZ+FEA0=
209-
github.com/launchdarkly/eventsource v1.8.0/go.mod h1:IBckHy1VOjJGqSg07EJJLiUnk5DPunX9LKD9vbcgeHo=
208+
github.com/launchdarkly/eventsource v1.9.1 h1:Ov89TFuSrKZewotRvnh6CuqXqlxJhk4JMPWdR3l1DJQ=
209+
github.com/launchdarkly/eventsource v1.9.1/go.mod h1:IBckHy1VOjJGqSg07EJJLiUnk5DPunX9LKD9vbcgeHo=
210210
github.com/launchdarkly/go-jsonstream/v3 v3.1.0 h1:U/7/LplZO72XefBQ+FzHf6o4FwLHVqBE+4V58Ornu/E=
211211
github.com/launchdarkly/go-jsonstream/v3 v3.1.0/go.mod h1:2Pt4BR5AwWgsuVTCcIpB6Os04JFIKWfoA+7faKkZB5E=
212212
github.com/launchdarkly/go-sdk-common/v3 v3.2.0 h1:LzwlrXRBPC7NjdbnDxio8YGHMvDrNb4i6lbjpLgwsyk=
@@ -217,8 +217,8 @@ github.com/launchdarkly/go-semver v1.0.3 h1:agIy/RN3SqeQDIfKkl+oFslEdeIs7pgsJBs3
217217
github.com/launchdarkly/go-semver v1.0.3/go.mod h1:xFmMwXba5Mb+3h72Z+VeSs9ahCvKo2QFUTHRNHVqR28=
218218
github.com/launchdarkly/go-server-sdk-evaluation/v3 v3.0.1 h1:rTgcYAFraGFj7sBMB2b7JCYCm0b9kph4FaMX02t4osQ=
219219
github.com/launchdarkly/go-server-sdk-evaluation/v3 v3.0.1/go.mod h1:fPS5d+zOsgFnMunj+Ki6jjlZtFvo4h9iNbtNXxzYn58=
220-
github.com/launchdarkly/go-server-sdk/v7 v7.10.1 h1:4oR4KG1CJj0dhjLrVCFOtX6yPngG56phen7BJ6MzZSU=
221-
github.com/launchdarkly/go-server-sdk/v7 v7.10.1/go.mod h1:G2aEvHogBRuak5Xsqj22YKjz0bGd2rlkrQ1917NVo+s=
220+
github.com/launchdarkly/go-server-sdk/v7 v7.10.2 h1:OuE0/sXjRUxILxWP/7I4XBEXPm7tXEelF40c1lgWJok=
221+
github.com/launchdarkly/go-server-sdk/v7 v7.10.2/go.mod h1:eWesEHaYyH5Qr7CEexRP4PK3Qoru8c1bHBqilga3jB4=
222222
github.com/launchdarkly/go-test-helpers/v2 v2.2.0 h1:L3kGILP/6ewikhzhdNkHy1b5y4zs50LueWenVF0sBbs=
223223
github.com/launchdarkly/go-test-helpers/v2 v2.2.0/go.mod h1:L7+th5govYp5oKU9iN7To5PgznBuIjBPn+ejqKR0avw=
224224
github.com/launchdarkly/go-test-helpers/v3 v3.0.2 h1:rh0085g1rVJM5qIukdaQ8z1XTWZztbJ49vRZuveqiuU=

0 commit comments

Comments
 (0)