Skip to content

Commit

Permalink
fix(deps): update module github.com/stretchr/testify to v1.8.1 (#265)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/stretchr/testify](https://togithub.com/stretchr/testify) |
require | patch | `v1.8.0` -> `v1.8.1` |

---

### Release Notes

<details>
<summary>stretchr/testify</summary>

###
[`v1.8.1`](https://togithub.com/stretchr/testify/compare/v1.8.0...v1.8.1)

[Compare
Source](https://togithub.com/stretchr/testify/compare/v1.8.0...v1.8.1)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/open-feature/flagd).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzQuOTcuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 12, 2023
1 parent d43ee80 commit 2ec61c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/rs/xid v1.4.0
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.12.0
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.8.1
github.com/xeipuuv/gojsonschema v1.2.0
github.com/zeebo/xxh3 v1.0.2
go.uber.org/zap v1.24.0
Expand Down
3 changes: 3 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ github.com/stoewer/go-strcase v1.2.0/go.mod h1:IBiWB2sKIp3wVVQ3Y035++gc+knqhUQag
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
Expand All @@ -373,6 +374,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk=
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk=
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/subosito/gotenv v1.4.1 h1:jyEFiXpy21Wm81FBN71l9VoMMV8H8jG+qIK3GCpY6Qs=
github.com/subosito/gotenv v1.4.1/go.mod h1:ayKnFf/c6rvx/2iiLrJUk1e6plDbT3edrFNGqEflhK0=
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=
Expand Down

1 comment on commit 2ec61c6

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Go Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.

Benchmark suite Current: 2ec61c6 Previous: 5ddc8f7 Ratio
BenchmarkResolveBooleanValue/test_targetingBoolFlag 18596 ns/op 4801 B/op 80 allocs/op 12250 ns/op 4801 B/op 80 allocs/op 1.52
BenchmarkResolveBooleanValue/test_staticObjectFlag 1731 ns/op 80 B/op 4 allocs/op 1163 ns/op 80 B/op 4 allocs/op 1.49
BenchmarkResolveBooleanValue/test_missingFlag 1969 ns/op 144 B/op 6 allocs/op 1341 ns/op 144 B/op 6 allocs/op 1.47
BenchmarkResolveBooleanValue/test_disabledFlag 1973 ns/op 144 B/op 6 allocs/op 1334 ns/op 144 B/op 6 allocs/op 1.48
BenchmarkResolveStringValue/test_targetingStringFlag 20458 ns/op 4841 B/op 82 allocs/op 12051 ns/op 4841 B/op 82 allocs/op 1.70
BenchmarkResolveStringValue/test_staticObjectFlag 1671 ns/op 96 B/op 4 allocs/op 1174 ns/op 96 B/op 4 allocs/op 1.42
BenchmarkResolveStringValue/test_missingFlag 1841 ns/op 160 B/op 6 allocs/op 1357 ns/op 160 B/op 6 allocs/op 1.36
BenchmarkResolveStringValue/test_disabledFlag 1815 ns/op 160 B/op 6 allocs/op 1342 ns/op 160 B/op 6 allocs/op 1.35
BenchmarkResolveFloatValue/test_targetingFloatFlag 18402 ns/op 4841 B/op 82 allocs/op 12089 ns/op 4841 B/op 82 allocs/op 1.52
BenchmarkResolveFloatValue/test_staticObjectFlag 1677 ns/op 96 B/op 4 allocs/op 1157 ns/op 96 B/op 4 allocs/op 1.45
BenchmarkResolveFloatValue/test_missingFlag 1856 ns/op 160 B/op 6 allocs/op 1338 ns/op 160 B/op 6 allocs/op 1.39
BenchmarkResolveFloatValue/test_disabledFlag 1809 ns/op 160 B/op 6 allocs/op 1324 ns/op 160 B/op 6 allocs/op 1.37
BenchmarkResolveIntValue/test_targetingNumberFlag 16627 ns/op 4825 B/op 80 allocs/op 11119 ns/op 4825 B/op 80 allocs/op 1.50
BenchmarkResolveIntValue/test_staticObjectFlag 1583 ns/op 96 B/op 4 allocs/op 1151 ns/op 96 B/op 4 allocs/op 1.38
BenchmarkResolveIntValue/test_missingFlag 1783 ns/op 144 B/op 6 allocs/op 1340 ns/op 144 B/op 6 allocs/op 1.33
BenchmarkResolveObjectValue/test_staticBoolFlag 1512 ns/op 96 B/op 4 allocs/op 1163 ns/op 96 B/op 4 allocs/op 1.30
BenchmarkResolveObjectValue/test_missingFlag 1794 ns/op 160 B/op 6 allocs/op 1342 ns/op 160 B/op 6 allocs/op 1.34
BenchmarkResolveObjectValue/test_disabledFlag 1776 ns/op 160 B/op 6 allocs/op 1335 ns/op 160 B/op 6 allocs/op 1.33

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.