module obsidian-watcher go 1.21.4 require ( github.com/fsnotify/fsnotify v1.7.0 github.com/gosimple/slug v1.14.0 gopkg.in/ini.v1 v1.67.0 ) require ( github.com/gosimple/unidecode v1.0.1 // indirect github.com/stretchr/testify v1.9.0 // indirect golang.org/x/sys v0.4.0 // indirect )