diff --git a/go.mod b/go.mod index 8fe81bf..10c7072 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/go-chi/chi/v5 v5.0.8 github.com/go-git/go-billy/v5 v5.3.1 github.com/go-git/go-git/v5 v5.4.2 - github.com/misnaged/annales v0.0.3 + github.com/misnaged/annales v0.0.4 github.com/spf13/cobra v1.5.0 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.12.0 diff --git a/go.sum b/go.sum index a046d6f..8594226 100644 --- a/go.sum +++ b/go.sum @@ -189,6 +189,8 @@ github.com/matryer/is v1.2.0 h1:92UTHpy8CDwaJ08GqLDzhhuixiBUUD1p3AU6PHddz4A= github.com/matryer/is v1.2.0/go.mod h1:2fLPjFQM9rhQ15aVEtbuwhJinnOqrmgXPNdZsdwlWXA= github.com/misnaged/annales v0.0.3 h1:3/qgWTKday/AY06ONB49i2aS/LAlgocJ/8H+WX1Y3s8= github.com/misnaged/annales v0.0.3/go.mod h1:FJZF0IfFPuK5N2uv7hrY6/pwmaO0481rJICd1H3TJ9Q= +github.com/misnaged/annales v0.0.4 h1:VmVtYtOZPFXM3jpgng4na/4qs7NwGoF3nGtbDn/2xs0= +github.com/misnaged/annales v0.0.4/go.mod h1:FJZF0IfFPuK5N2uv7hrY6/pwmaO0481rJICd1H3TJ9Q= github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y= github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=