chore: upgrade sqlite
This commit is contained in:
6
go.mod
6
go.mod
@@ -12,6 +12,7 @@ require (
|
||||
github.com/dustin/go-humanize v1.0.0
|
||||
github.com/faiface/beep v1.1.0
|
||||
github.com/google/uuid v1.3.0 // indirect
|
||||
github.com/gorilla/context v1.1.1
|
||||
github.com/gorilla/mux v1.8.0
|
||||
github.com/gorilla/securecookie v1.1.1
|
||||
github.com/gorilla/sessions v1.2.1
|
||||
@@ -21,9 +22,12 @@ require (
|
||||
github.com/icza/bitio v1.1.0 // indirect
|
||||
github.com/imdario/mergo v0.3.12 // indirect
|
||||
github.com/jinzhu/gorm v1.9.17-0.20211120011537-5c235b72a414
|
||||
github.com/jinzhu/now v1.1.2 // indirect
|
||||
github.com/josephburnett/jd v0.0.0-20191228205456-aa1a7c66b42f
|
||||
github.com/json-iterator/go v1.1.12 // indirect
|
||||
github.com/lib/pq v1.3.0 // indirect
|
||||
github.com/matryer/is v1.4.0
|
||||
github.com/mattn/go-sqlite3 v1.14.10 // indirect
|
||||
github.com/mewkiz/pkg v0.0.0-20211102230744-16a6ce8f1b77 // indirect
|
||||
github.com/mitchellh/copystructure v1.2.0 // indirect
|
||||
github.com/mmcdole/gofeed v1.1.3
|
||||
@@ -33,7 +37,7 @@ require (
|
||||
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
|
||||
github.com/peterbourgon/ff v1.7.1
|
||||
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be
|
||||
github.com/wader/gormstore v0.0.0-20211130165236-e9463bf21331
|
||||
github.com/sentriz/gormstore v0.0.0-20220105134332-64e31f7f6981
|
||||
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
|
||||
golang.org/x/exp v0.0.0-20220104160115-025e73f80486 // indirect
|
||||
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
|
||||
|
||||
Reference in New Issue
Block a user