Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfb67bdc

Browse files
build(deps): Bump github.com/stretchr/testify from 1.8.0 to 1.8.4
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.4.- [Release notes](https://github.com/stretchr/testify/releases)- [Commits](stretchr/testify@v1.8.0...v1.8.4)---updated-dependencies:- dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>
1 parent71cdbae commitfb67bdc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

‎go.mod‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ require (
66
github.com/google/uuidv1.3.0
77
github.com/hashicorp/go-ctyv1.4.1-0.20200414143053-d3edf31b6320
88
github.com/hashicorp/terraform-plugin-sdk/v2v2.20.0
9-
github.com/stretchr/testifyv1.8.0
9+
github.com/mitchellh/mapstructurev1.5.0
10+
github.com/stretchr/testifyv1.8.4
1011
golang.org/x/xerrorsv0.0.0-20200804184101-5ec99f83aff1
1112
)
1213

@@ -42,7 +43,6 @@ require (
4243
github.com/mitchellh/copystructurev1.2.0// indirect
4344
github.com/mitchellh/go-testing-interfacev1.14.1// indirect
4445
github.com/mitchellh/go-wordwrapv1.0.1// indirect
45-
github.com/mitchellh/mapstructurev1.5.0// indirect
4646
github.com/mitchellh/reflectwalkv1.0.2// indirect
4747
github.com/oklog/runv1.0.0// indirect
4848
github.com/pmezard/go-difflibv1.0.0// indirect

‎go.sum‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,15 +218,17 @@ github.com/spf13/pflag v1.0.2/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnIn
218218
github.com/stretchr/objxv0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
219219
github.com/stretchr/objxv0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
220220
github.com/stretchr/objxv0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
221+
github.com/stretchr/objxv0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
221222
github.com/stretchr/testifyv1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
222223
github.com/stretchr/testifyv1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
223224
github.com/stretchr/testifyv1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
224225
github.com/stretchr/testifyv1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
225226
github.com/stretchr/testifyv1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
226227
github.com/stretchr/testifyv1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
227228
github.com/stretchr/testifyv1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals=
228-
github.com/stretchr/testifyv1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk=
229229
github.com/stretchr/testifyv1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
230+
github.com/stretchr/testifyv1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
231+
github.com/stretchr/testifyv1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
230232
github.com/vmihailenco/msgpackv3.3.3+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=
231233
github.com/vmihailenco/msgpackv4.0.4+incompatible h1:dSLoQfGFAo3F6OoNhwUmLwVgaUXK79GlxNBwueZn0xI=
232234
github.com/vmihailenco/msgpackv4.0.4+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp