Skip to content

Commit 4fba1b5

Browse files
committed
Tidy dependent modules to reflect github.com/stretchr/testify bump
The bump of the `github.com/stretchr/testify` dependency of the project's root `github.com/arduino/arduino-lint` module also requires updates to the dependencies data of the projects modules which depend on `github.com/arduino/arduino-lint`.
1 parent ed4e4db commit 4fba1b5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: docsgen/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ require (
6969
github.com/spf13/pflag v1.0.5 // indirect
7070
github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518 // indirect
7171
github.com/src-d/gcfg v1.4.0 // indirect
72-
github.com/stretchr/testify v1.7.4 // indirect
72+
github.com/stretchr/testify v1.7.5 // indirect
7373
github.com/subosito/gotenv v1.2.0 // indirect
7474
github.com/xanzy/ssh-agent v0.3.0 // indirect
7575
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect

Diff for: docsgen/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1198,8 +1198,8 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5
11981198
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
11991199
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
12001200
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
1201-
github.com/stretchr/testify v1.7.4 h1:wZRexSlwd7ZXfKINDLsO4r7WBt3gTKONc6K/VesHvHM=
1202-
github.com/stretchr/testify v1.7.4/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
1201+
github.com/stretchr/testify v1.7.5 h1:s5PTfem8p8EbKQOctVV53k6jCJt3UX4IEJzwh+C324Q=
1202+
github.com/stretchr/testify v1.7.5/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
12031203
github.com/subosito/gotenv v1.1.1/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
12041204
github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s=
12051205
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=

Diff for: ruledocsgen/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/arduino/arduino-lint v0.0.0
1212
github.com/arduino/go-paths-helper v1.7.0
1313
github.com/olekukonko/tablewriter v0.0.5
14-
github.com/stretchr/testify v1.7.4
14+
github.com/stretchr/testify v1.7.5
1515
)
1616

1717
require (

Diff for: ruledocsgen/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1201,8 +1201,8 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5
12011201
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
12021202
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
12031203
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
1204-
github.com/stretchr/testify v1.7.4 h1:wZRexSlwd7ZXfKINDLsO4r7WBt3gTKONc6K/VesHvHM=
1205-
github.com/stretchr/testify v1.7.4/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
1204+
github.com/stretchr/testify v1.7.5 h1:s5PTfem8p8EbKQOctVV53k6jCJt3UX4IEJzwh+C324Q=
1205+
github.com/stretchr/testify v1.7.5/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
12061206
github.com/subosito/gotenv v1.1.1/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
12071207
github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s=
12081208
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=

0 commit comments

Comments
 (0)