File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ require (
37
37
github.com/sebest/xff v0.0.0-20160910043805-6c115e0ffa35
38
38
github.com/segmentio/backo-go v0.0.0-20200129164019-23eae7c10bd3 // indirect
39
39
github.com/shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d
40
- github.com/sirupsen/logrus v1.7.0
40
+ github.com/sirupsen/logrus v1.8.1
41
41
github.com/spf13/afero v1.2.2 // indirect
42
42
github.com/spf13/cobra v0.0.4-0.20190321000552-67fc4837d267
43
43
github.com/spf13/jwalterweatherman v1.1.0 // indirect
@@ -51,7 +51,7 @@ require (
51
51
gopkg.in/DataDog/dd-trace-go.v1 v1.31.1
52
52
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
53
53
gopkg.in/ghodss/yaml.v1 v1.0.0 // indirect
54
- gopkg.in/launchdarkly/go-sdk-common.v1 v1.0.0-20200401173443-991b2f427a01 // indirect
54
+ gopkg.in/launchdarkly/go-sdk-common.v1 v1.0.0-20200401173443-991b2f427a01
55
55
gopkg.in/launchdarkly/go-server-sdk.v4 v4.0.0-20200729232655-2a44fb361895
56
56
gopkg.in/segmentio/analytics-go.v3 v3.1.0
57
57
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
Original file line number Diff line number Diff line change @@ -345,8 +345,9 @@ github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPx
345
345
github.com/sirupsen/logrus v1.4.0 /go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo =
346
346
github.com/sirupsen/logrus v1.4.1 /go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q =
347
347
github.com/sirupsen/logrus v1.4.2 /go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE =
348
- github.com/sirupsen/logrus v1.7.0 h1:ShrD1U9pZB12TX0cVy0DtePoCH97K8EtX+mg7ZARUtM =
349
348
github.com/sirupsen/logrus v1.7.0 /go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0 =
349
+ github.com/sirupsen/logrus v1.8.1 h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE =
350
+ github.com/sirupsen/logrus v1.8.1 /go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0 =
350
351
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d h1:zE9ykElWQ6/NYmHa3jpm/yHnI4xSofP+UP6SpjHcSeM =
351
352
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d /go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc =
352
353
github.com/smartystreets/goconvey v1.6.4 h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s =
You can’t perform that action at this time.
0 commit comments