diff --git a/go.mod b/go.mod index c69bae9..1c6c94c 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.23 toolchain go1.23.4 require ( - github.com/andreoliwa/logseq-go v0.0.0-20241231115036-154c5f32541c + github.com/andreoliwa/logseq-go v0.0.0-20250107233117-3b9f58bed6b7 github.com/spf13/cobra v1.8.1 github.com/stretchr/testify v1.10.0 gotest.tools/v3 v3.5.1 diff --git a/go.sum b/go.sum index 0b8fac9..03779bb 100644 --- a/go.sum +++ b/go.sum @@ -9,6 +9,8 @@ github.com/RoaringBitmap/roaring v1.9.4/go.mod h1:6AXUsoIEzDTFFQCe1RbGA6uFONMhve github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw= github.com/andreoliwa/logseq-go v0.0.0-20241231115036-154c5f32541c h1:I+h+cNaodBhbTfwq5nMg/4DHNkuM9sPDkaQf+ZE1rnM= github.com/andreoliwa/logseq-go v0.0.0-20241231115036-154c5f32541c/go.mod h1:UykWwMIkSWGMK9udJ+hrDcglS/E/+tBytS57ud6DIJY= +github.com/andreoliwa/logseq-go v0.0.0-20250107233117-3b9f58bed6b7 h1:EWKj2+BuPb3PGBVkChp0smG0shJARJEbgbgVbqQkPi4= +github.com/andreoliwa/logseq-go v0.0.0-20250107233117-3b9f58bed6b7/go.mod h1:UykWwMIkSWGMK9udJ+hrDcglS/E/+tBytS57ud6DIJY= github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8= github.com/axiomhq/hyperloglog v0.0.0-20191112132149-a4c4c47bc57f/go.mod h1:2stgcRjl6QmW+gU2h5E7BQXg4HU0gzxKWDuT5HviN9s= github.com/axiomhq/hyperloglog v0.2.2 h1:9X9rOdYx82zXKgd1aMsDZNUw3d7DKAHhd2J305HZPA8=