Skip to content

Commit ce35b59

Browse files
committed
PBM-1649 Added testify as a direct dependency
1 parent 7bf70a4 commit ce35b59

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
@@ -30,6 +30,7 @@ require (
3030
github.com/pkg/errors v0.9.1
3131
github.com/spf13/cobra v1.10.1
3232
github.com/spf13/viper v1.21.0
33+
github.com/stretchr/testify v1.11.1
3334
github.com/testcontainers/testcontainers-go v0.39.0
3435
github.com/testcontainers/testcontainers-go/modules/minio v0.34.0
3536
github.com/testcontainers/testcontainers-go/modules/mongodb v0.39.0
@@ -126,7 +127,6 @@ require (
126127
github.com/spf13/cast v1.10.0 // indirect
127128
github.com/spf13/pflag v1.0.10 // indirect
128129
github.com/spiffe/go-spiffe/v2 v2.6.0 // indirect
129-
github.com/stretchr/testify v1.11.1 // indirect
130130
github.com/subosito/gotenv v1.6.0 // indirect
131131
github.com/tinylib/msgp v1.4.0 // indirect
132132
github.com/tklauser/go-sysconf v0.3.12 // indirect

0 commit comments

Comments
 (0)