File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
incorrect-project-structure Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replace github.com/cucumber/godog => ../
66
77require (
88 github.com/DATA-DOG/go-txdb v0.1.6
9- github.com/cucumber/godog v0.15.0
9+ github.com/cucumber/godog v0.15.1
1010 github.com/go-sql-driver/mysql v1.7.1
1111 github.com/spf13/pflag v1.0.7
1212 github.com/stretchr/testify v1.8.2
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ module incorrect-project-structure
22
33go 1.13
44
5- require github.com/cucumber/godog v0.15.0
5+ require github.com/cucumber/godog v0.15.1
66
77replace github.com/cucumber/godog => ../../
Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ github.com/spf13/cobra v1.4.0/go.mod h1:Wo4iy3BUC+X2Fybo0PDqwJIv3dNRiZLHQymsfxlB
4949github.com/spf13/cobra v1.7.0 /go.mod h1:uLxZILRyS/50WlhOIKD7W6V5bgeIt+4sICxh6uRMrb0 =
5050github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA =
5151github.com/spf13/pflag v1.0.5 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
52+ github.com/spf13/pflag v1.0.7 h1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M =
53+ github.com/spf13/pflag v1.0.7 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
5254github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
5355github.com/stretchr/objx v0.4.0 /go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw =
5456github.com/stretchr/objx v0.5.0 /go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo =
You can’t perform that action at this time.
0 commit comments