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 1513e5d205082f94377d0cd9b2fa5cec246479cc
parent 16e675cc7bad2c8b251b5d062004a988b208bcfa
Author: jenkins <jenkins@jenkins.in0rdr.ch>
Date:   Tue, 20 Aug 2024 20:46:52 +0000

chore: bump module github.com/spf13/viper to v1.19.0

Diffstat:
Mgo.mod | 2+-
Mgo.sum | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/go.mod b/go.mod @@ -8,7 +8,7 @@ require ( github.com/julienschmidt/httprouter v1.3.0 github.com/mattn/go-sqlite3 v1.14.22 github.com/pquerna/termchalk v0.0.0-20140809212720-8cc5932700ba - github.com/spf13/viper v1.18.2 + github.com/spf13/viper v1.19.0 github.com/teambition/rrule-go v1.8.2 gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5 ) diff --git a/go.sum b/go.sum @@ -52,8 +52,8 @@ github.com/spf13/cast v1.6.0 h1:GEiTHELF+vaR5dhz3VqZfFSzZjYbgeKDpBxQVS4GYJ0= github.com/spf13/cast v1.6.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= -github.com/spf13/viper v1.18.2 h1:LUXCnvUvSM6FXAsj6nnfc8Q2tp1dIgUfY9Kc8GsSOiQ= -github.com/spf13/viper v1.18.2/go.mod h1:EKmWIqdnk5lOcmR72yw6hS+8OPYcwD0jteitLMVB+yk= +github.com/spf13/viper v1.19.0 h1:RWq5SEjt8o25SROyN3z2OrDB9l7RPd3lwTWU8EcEdcI= +github.com/spf13/viper v1.19.0/go.mod h1:GQUN9bilAbhU/jgc1bKs99f/suXKeUMct8Adx5+Ntkg= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=