hivedav

A curlable free/busy scheduler with CalDAV integration
git clone https://git.in0rdr.ch/hivedav.git
Log | Files | Refs | Pull requests | README | LICENSE

commit a22d8aae69de725c6b0d3e6b385fe935ca2abce2
parent 9bc9a75946ef666c1cda060a8cc3f9824c2102b5
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sat, 17 Aug 2024 11:42:06 +0200

fix(go-sqlite): ensure stable v1 release

Diffstat:
Mgo.mod | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/go.mod b/go.mod @@ -36,3 +36,6 @@ require ( gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) + +// Latest stable version is v1.14 or later, not v2 +exclude github.com/mattn/go-sqlite3 v2.0.3+incompatible