Skip to content

Commit

Permalink
Removed useless module
Browse files Browse the repository at this point in the history
Added fts5 into compiler
  • Loading branch information
grrlopes committed Aug 19, 2023
1 parent d0cfe0a commit 09e3ed8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ archives:
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
builds:
- env:
- CGO_ENABLED=0
goos:
- goos:
- linux
- darwin
main: main.go
ignore:
- goos: linux
goarch: "386"
tags:
- fts5
changelog:
filters:
exclude:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ require (
github.com/charmbracelet/bubbles v0.15.0
github.com/charmbracelet/bubbletea v0.23.2
github.com/charmbracelet/lipgloss v0.7.1
github.com/mattn/go-sqlite3 v1.14.17
gorm.io/driver/sqlite v1.5.2
gorm.io/gorm v1.25.2
)
Expand All @@ -22,6 +21,7 @@ require (
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mattn/go-localereader v0.0.1 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mattn/go-sqlite3 v1.14.17 // indirect
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect
github.com/muesli/cancelreader v0.2.2 // indirect
github.com/muesli/reflow v0.3.0 // indirect
Expand Down
1 change: 0 additions & 1 deletion repositories/sqlite/connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"os"
"time"

_ "github.com/mattn/go-sqlite3"
"gorm.io/driver/sqlite"
"gorm.io/gorm"
"gorm.io/gorm/logger"
Expand Down

0 comments on commit 09e3ed8

Please sign in to comment.