Skip to content

Commit

Permalink
lestrrat/go-test-mysqld is moved to lestrrat-go/test-mysqld
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Apr 20, 2019
1 parent 7a82a18 commit a433ec0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ module github.com/shogo82148/go-prove
go 1.12

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/lestrrat/go-tcputil v0.0.0-20180223002529-67ef49c1ebf3 // indirect
github.com/lestrrat/go-test-mysqld v0.0.0-20180223001933-eb8947158b16
github.com/lestrrat-go/tcputil v0.0.0-20180223003554-d3c7f98154fb // indirect
github.com/lestrrat-go/test-mysqld v0.0.0-20181002092724-b25618440bf6
github.com/mattn/go-shellwords v1.0.5
github.com/pkg/errors v0.8.1 // indirect
github.com/shogo82148/go-tap v0.0.1
Expand Down
10 changes: 6 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/go-sql-driver/mysql v1.4.1 h1:g24URVg0OFbNUTx9qqY1IRZ9D9z3iPyi5zKhQZpNwpA=
github.com/go-sql-driver/mysql v1.4.1/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w=
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/lestrrat/go-tcputil v0.0.0-20180223002529-67ef49c1ebf3 h1:qbEBRH3oeH2wOK6dvB6ug/L1ypurkhbD+1HTrrIEI4Q=
github.com/lestrrat/go-tcputil v0.0.0-20180223002529-67ef49c1ebf3/go.mod h1:B+/nnJuKL4WcXSYfHy1SqQeHbl58EeOVNOJvXmtgi+k=
github.com/lestrrat/go-test-mysqld v0.0.0-20180223001933-eb8947158b16 h1:V2Uz+yAz8awrvEiG/9HxiacJK40ErV02nehEuDkokX0=
github.com/lestrrat/go-test-mysqld v0.0.0-20180223001933-eb8947158b16/go.mod h1:NAqKFxaMS3CljQDZCh03ksMJJYbOG3o1XoFJZduxsI8=
github.com/lestrrat-go/tcputil v0.0.0-20180223003554-d3c7f98154fb h1:sb9NxqWoS17VT3aZd4mlBm48bsaHB1Fvwro3H/uiuZM=
github.com/lestrrat-go/tcputil v0.0.0-20180223003554-d3c7f98154fb/go.mod h1:bBamYL9/WjNn0b2CS4v4F8cHmWRpClSxrpEoAY+maJo=
github.com/lestrrat-go/test-mysqld v0.0.0-20181002092724-b25618440bf6 h1:lE4GuzvHIF0aAfD6Myht/+HpTuUZ2Pvi5oYA6MjVXkM=
github.com/lestrrat-go/test-mysqld v0.0.0-20181002092724-b25618440bf6/go.mod h1:nNdGDcaEskqrh833et3XzSkflbxqVuf5OBX4S/ho/CM=
github.com/mattn/go-shellwords v1.0.5 h1:JhhFTIOslh5ZsPrpa3Wdg8bF0WI3b44EMblmU9wIsXc=
github.com/mattn/go-shellwords v1.0.5/go.mod h1:3xCvwCdWdlDJUrvuMn7Wuy9eWs4pE8vqg+NOMyg4B2o=
github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=
Expand Down
2 changes: 1 addition & 1 deletion plugin/mysqld.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
"log"

"github.com/lestrrat/go-test-mysqld"
"github.com/lestrrat-go/test-mysqld"
"github.com/shogo82148/go-prove"
)

Expand Down

0 comments on commit a433ec0

Please sign in to comment.