Skip to content

Commit

Permalink
Remove mysql dep
Browse files Browse the repository at this point in the history
  • Loading branch information
vearutop committed May 2, 2024
1 parent aa5b636 commit 14ca1e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions _examples/db/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import (
"encoding/json"
"fmt"
"net/http"

_ "github.com/go-sql-driver/mysql"
// _ "github.com/go-sql-driver/mysql" // Add driver import here.
)

type server struct {
Expand Down
3 changes: 1 addition & 2 deletions _examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,15 @@ replace github.com/cucumber/godog => ../
require (
github.com/DATA-DOG/go-txdb v0.1.8
github.com/cucumber/godog v0.0.0-00010101000000-000000000000
github.com/go-sql-driver/mysql v1.8.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.9.0
)

require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/cucumber/gherkin/go/v28 v28.0.0 // indirect
github.com/cucumber/messages/go/v24 v24.1.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-sql-driver/mysql v1.8.1 // indirect
github.com/gofrs/uuid v4.4.0+incompatible // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/go-memdb v1.3.4 // indirect
Expand Down

0 comments on commit 14ca1e9

Please sign in to comment.