Skip to content

Commit

Permalink
Merge pull request #86 from augmentable-dev/sqlite3-idx-str
Browse files Browse the repository at this point in the history
update sqlite3 dep, use version with idx str fix
  • Loading branch information
patrickdevivo authored Dec 19, 2020
2 parents 9385390 + da2c9ba commit e7a9048
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ require (
gopkg.in/yaml.v2 v2.3.0 // indirect
)

replace github.com/mattn/go-sqlite3 v1.14.4 => github.com/patrickdevivo/go-sqlite3 v1.14.6-0.20201211024840-146d4a910383
replace github.com/mattn/go-sqlite3 v1.14.4 => github.com/patrickdevivo/go-sqlite3 v1.14.6-0.20201219185255-a526406471dd
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn
github.com/olekukonko/tablewriter v0.0.4 h1:vHD/YYe1Wolo78koG299f7V/VAS08c6IpCLn+Ejf/w8=
github.com/olekukonko/tablewriter v0.0.4/go.mod h1:zq6QwlOf5SlnkVbMSr5EoBv3636FWnp+qbPhuoO21uA=
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
github.com/patrickdevivo/go-sqlite3 v1.14.6-0.20201211024840-146d4a910383 h1:yIH5Hs1SaI3AbLVf5lmUHLBDcMUjTxq2MlnnWfr7SuI=
github.com/patrickdevivo/go-sqlite3 v1.14.6-0.20201211024840-146d4a910383/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU=
github.com/patrickdevivo/go-sqlite3 v1.14.6-0.20201219185255-a526406471dd h1:L1JjSNVHZrhtc6CztP+EfKhYoUNiRTEsFBTZGotMcDo=
github.com/patrickdevivo/go-sqlite3 v1.14.6-0.20201219185255-a526406471dd/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU=
github.com/pelletier/go-toml v1.2.0 h1:T5zMGML61Wp+FlcbWjRDT7yAxhJNAiPPLOFECq181zc=
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down

0 comments on commit e7a9048

Please sign in to comment.