Skip to content

Commit ed0b4ca

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

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)