Skip to content

Commit fb4a17a

Browse files
committed
mark testify as indirect in go.mod via go mod tidy
1 parent aec1db6 commit fb4a17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ require (
208208
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
209209
github.com/sirupsen/logrus v1.9.3 // indirect
210210
github.com/spf13/pflag v1.0.6 // indirect
211-
github.com/stretchr/testify v1.10.0
211+
github.com/stretchr/testify v1.10.0 // indirect
212212
github.com/vbatts/tar-split v0.12.1 // indirect
213213
go.uber.org/automaxprocs v1.6.0 // indirect
214214
go.uber.org/multierr v1.11.0 // indirect

0 commit comments

Comments
 (0)