Skip to content

Commit

Permalink
remove mattn go-sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
sahidrahman404 committed Apr 18, 2024
1 parent d3087b6 commit 473dcdb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ require (
github.com/go-mail/mail/v2 v2.3.0
github.com/google/uuid v1.6.0
github.com/hashicorp/go-multierror v1.1.1
github.com/mattn/go-sqlite3 v1.14.22
github.com/microcosm-cc/bluemonday v1.0.26
github.com/segmentio/ksuid v1.0.4
github.com/tursodatabase/libsql-client-go v0.0.0-20240401075953-8e79a99d828a
Expand Down Expand Up @@ -64,6 +63,7 @@ require (
github.com/libsql/sqlite-antlr4-parser v0.0.0-20240327125255-dbf53b6cbf06 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-sqlite3 v1.14.22 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
Expand Down
1 change: 0 additions & 1 deletion internal/database/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"entgo.io/ent/dialect"
entsql "entgo.io/ent/dialect/sql"
"github.com/aws/aws-sdk-go-v2/service/s3"
_ "github.com/mattn/go-sqlite3"
"github.com/sahidrahman404/gigachad-api/ent"
_ "github.com/tursodatabase/libsql-client-go/libsql"
)
Expand Down

0 comments on commit 473dcdb

Please sign in to comment.