Skip to content

Commit

Permalink
Upgrading SQLite version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpert committed Oct 10, 2022
1 parent af04fbf commit 949b28d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion db/sqlite.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

"github.com/doug-martin/goqu/v9"
"github.com/fsnotify/fsnotify"
"github.com/mattn/go-sqlite3"
"github.com/maxpert/go-sqlite3"
"github.com/rs/zerolog/log"
)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/fsnotify/fsnotify v1.5.4
github.com/fxamacker/cbor/v2 v2.4.0
github.com/klauspost/compress v1.15.10
github.com/mattn/go-sqlite3 v1.14.15
github.com/maxpert/go-sqlite3 v0.0.0-20221010212617-7d24751489a2
github.com/nats-io/nats.go v1.16.1-0.20220906180156-a1017eec10b0
github.com/rs/zerolog v1.27.0
github.com/samber/lo v1.27.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb
github.com/mattn/go-isatty v0.0.14 h1:yVuAays6BHfxijgZPzw+3Zlu5yQgKGP2/hcQbHb7S9Y=
github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94=
github.com/mattn/go-sqlite3 v1.14.7/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU=
github.com/mattn/go-sqlite3 v1.14.15 h1:vfoHhTN1af61xCRSWzFIWzx2YskyMTwHLrExkBOjvxI=
github.com/mattn/go-sqlite3 v1.14.15/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg=
github.com/maxpert/go-sqlite3 v0.0.0-20221010212617-7d24751489a2 h1:qeBllxhLIKu+/NF+PxG6e21KX/bikOP5YkOxyjxLQ6c=
github.com/maxpert/go-sqlite3 v0.0.0-20221010212617-7d24751489a2/go.mod h1:vwE1Oavd2e8QAdF0CW9X2MjurLXdp/lz0//jdPOAUrY=
github.com/minio/highwayhash v1.0.2 h1:Aak5U0nElisjDCfPSG79Tgzkn2gl66NxOMspRrKnA/g=
github.com/nats-io/jwt/v2 v2.3.0 h1:z2mA1a7tIf5ShggOFlR1oBPgd6hGqcDYsISxZByUzdI=
github.com/nats-io/nats-server/v2 v2.9.1 h1:JaP6NpCVmSu0AXgbnOkGtJovOxuf8mjNjlX3H+tSpyI=
Expand Down

0 comments on commit 949b28d

Please sign in to comment.