]> Sergey Matveev's repositories - mmc.git/commitdiff
Bugfixed recfile library
authorSergey Matveev <stargrave@stargrave.org>
Sun, 12 Mar 2023 12:31:46 +0000 (15:31 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 12 Mar 2023 12:42:05 +0000 (15:42 +0300)
go.mod
go.sum

diff --git a/go.mod b/go.mod
index 59f35f0dbd95c6ff52ef4c19f71697e7cea5e32b..ce1cdedaf99d1f5cdc6d340554bf00fe4275ee9d 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ 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
 )
 
diff --git a/go.sum b/go.sum
index 092d7fff012d1de628bab963f1bd0a6f177136db..5c8a0ec0eaf6ed4e3161f78b7bf06a784c781ff1 100644 (file)
--- a/go.sum
+++ b/go.sum
@@ -1352,8 +1352,8 @@ github.com/yvasiyarov/gorelic v0.0.0-20141212073537-a9bba5b9ab50/go.mod h1:NUSPS
 github.com/yvasiyarov/newrelic_platform_go v0.0.0-20140908184405-b21fdbd4370f/go.mod h1:GlGEuHIJweS1mbCqG+7vt2nvWLzLLnRHbXz5JKd/Qbg=
 github.com/zenazn/goji v0.9.0/go.mod h1:7S9M489iMyHBNxwZnk9/EHS098H4/F6TATF2mIxtB1Q=
 gitlab.com/nyarla/go-crypt v0.0.0-20160106005555-d9a5dc2b789b/go.mod h1:T3BPAOm2cqquPa0MKWeNkmOM5RQsRhkrwMWonFMN7fE=
-go.cypherpunks.ru/recfile v0.5.1 h1:Sk9Og/7aybvg4PrZdhyFSeEdS6wvcisvd+1oGf8uFyU=
-go.cypherpunks.ru/recfile v0.5.1/go.mod h1:sR+KajB+vzofL3SFVFwKt3Fke0FaCcN1g3YPNAhU3qI=
+go.cypherpunks.ru/recfile v0.6.0 h1:cAoiaPhcVOjdTUmQ4nr4PNJ0IPJM9veOJGUjFm+k5zc=
+go.cypherpunks.ru/recfile v0.6.0/go.mod h1:sR+KajB+vzofL3SFVFwKt3Fke0FaCcN1g3YPNAhU3qI=
 go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
 go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
 go.etcd.io/bbolt v1.3.5/go.mod h1:G5EMThwa9y8QZGBClrRx5EY+Yw9kAhnjy3bSjsnlVTQ=