]> Sergey Matveev's repositories - mmc.git/blobdiff - go.mod
Better wording
[mmc.git] / go.mod
diff --git a/go.mod b/go.mod
index 081477196a57f093ef42fce0fea9ad07836d49a1..ce1cdedaf99d1f5cdc6d340554bf00fe4275ee9d 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -4,8 +4,9 @@ go 1.20
 
 require (
        github.com/davecgh/go-spew v1.1.1
+       github.com/fsnotify/fsnotify v1.6.0
        github.com/mattermost/mattermost-server/v6 v6.7.2
-       go.cypherpunks.ru/recfile v0.5.1
+       go.cypherpunks.ru/recfile v0.6.0
        golang.org/x/sys v0.6.0
 )