Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

fix(deps): fix(deps): Update module github.com/stretchr/testify to v1.7.5 #375

Merged
merged 1 commit into from
Jun 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ require (
github.com/segmentio/stats/v4 v4.6.3
github.com/spf13/afero v1.6.0
github.com/spf13/cast v1.4.1
github.com/stretchr/testify v1.7.2
github.com/stretchr/testify v1.7.5
github.com/thoas/go-funk v0.9.2
github.com/vmihailenco/msgpack/v5 v5.3.5
github.com/xo/dburl v0.8.4
Expand Down Expand Up @@ -68,7 +68,7 @@ require (
github.com/oklog/run v1.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/objx v0.4.0 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/zclconf/go-cty v1.9.1 // indirect
go.uber.org/atomic v1.7.0 // indirect
Expand Down
Loading