File tree Expand file tree Collapse file tree 4 files changed +3
-6
lines changed
Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ template:
66 name : go
77 env :
88 LD_RELEASE_GO_IMPORT_PATH : gopkg.in/launchdarkly/go-sdk-common.v2
9- skip :
10- - test
119
1210releasableBranches :
1311 - name : v2
Original file line number Diff line number Diff line change @@ -43,4 +43,3 @@ We encourage pull requests and other contributions from the community. Check out
4343 * [ docs.launchdarkly.com] ( https://docs.launchdarkly.com/ " LaunchDarkly Documentation ") for our documentation and SDK reference guides
4444 * [ apidocs.launchdarkly.com] ( https://apidocs.launchdarkly.com/ " LaunchDarkly API Documentation ") for our API documentation
4545 * [ blog.launchdarkly.com] ( https://blog.launchdarkly.com/ " LaunchDarkly Blog Documentation ") for the latest product updates
46- * [ Feature Flagging Guide] ( https://github.com/launchdarkly/featureflags/ " Feature Flagging Guide ") for best practices and strategies
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ require (
66 github.com/launchdarkly/go-test-helpers/v2 v2.2.0
77 github.com/mailru/easyjson v0.7.6
88 github.com/stretchr/testify v1.6.1
9- gopkg.in/launchdarkly/go-jsonstream.v1 v1.0.0
9+ gopkg.in/launchdarkly/go-jsonstream.v1 v1.0.1
1010)
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd
1616github.com/stretchr/testify v1.6.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
1717gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
1818gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
19- gopkg.in/launchdarkly/go-jsonstream.v1 v1.0.0 h1:YI6AtOY2+Q9pSdCWO99TnenKPzmpZftV/RFdsIJTw/I =
20- gopkg.in/launchdarkly/go-jsonstream.v1 v1.0.0 /go.mod h1:YefdBjfITIP8D9BJLVbssFctHkJnQXhv+TiRdTV0Jr4 =
19+ gopkg.in/launchdarkly/go-jsonstream.v1 v1.0.1 h1:aZHvMDAS+M6/0sRMkDBQ8MyLGsTQrNgN5evu5e8UYpQ =
20+ gopkg.in/launchdarkly/go-jsonstream.v1 v1.0.1 /go.mod h1:YefdBjfITIP8D9BJLVbssFctHkJnQXhv+TiRdTV0Jr4 =
2121gopkg.in/yaml.v2 v2.2.2 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
2222gopkg.in/yaml.v2 v2.2.8 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
2323gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo =
You can’t perform that action at this time.
0 commit comments