]> Sergey Matveev's repositories - mmc.git/commitdiff
Change namespace because of domain expiration master
authorSergey Matveev <stargrave@stargrave.org>
Tue, 23 Jul 2024 12:24:06 +0000 (15:24 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 23 Jul 2024 12:24:06 +0000 (15:24 +0300)
cmd/ch-leave/main.go
cmd/mmc/main.go
cmd/mmc/post.go
cmd/rd/main.go
cmd/sb/main.go
go.mod
go.sum
internal/post.go

index e182983ba9aee26c41d071caa1ea765c23e562b1..9e9e613a520a8480eed92712058174aa46afbfb2 100644 (file)
@@ -22,7 +22,7 @@ import (
        "net/url"
 
        "github.com/mattermost/mattermost-server/v6/model"
        "net/url"
 
        "github.com/mattermost/mattermost-server/v6/model"
-       "go.cypherpunks.ru/netrc"
+       "go.cypherpunks.su/netrc/v2"
        "go.stargrave.org/mmc/internal"
 )
 
        "go.stargrave.org/mmc/internal"
 )
 
index 3e8900927c1bf4f3172e3dd805a194d64a202cc0..97be8f7e7db8a1cb2041a239501d8915cd1abd9f 100644 (file)
@@ -42,7 +42,7 @@ import (
        "github.com/davecgh/go-spew/spew"
        "github.com/gorilla/websocket"
        "github.com/mattermost/mattermost-server/v6/model"
        "github.com/davecgh/go-spew/spew"
        "github.com/gorilla/websocket"
        "github.com/mattermost/mattermost-server/v6/model"
-       "go.cypherpunks.ru/netrc"
+       "go.cypherpunks.su/netrc/v2"
        "go.stargrave.org/mmc/internal"
 )
 
        "go.stargrave.org/mmc/internal"
 )
 
index b18a4864932c5c17e76fb95f4801557f302d6b0e..a97106e21dd5964b728cc45a069530979077dd4b 100644 (file)
@@ -26,7 +26,7 @@ import (
 
        "github.com/davecgh/go-spew/spew"
        "github.com/mattermost/mattermost-server/v6/model"
 
        "github.com/davecgh/go-spew/spew"
        "github.com/mattermost/mattermost-server/v6/model"
-       "go.cypherpunks.ru/recfile"
+       "go.cypherpunks.su/recfile/v2"
        "go.stargrave.org/mmc/internal"
 )
 
        "go.stargrave.org/mmc/internal"
 )
 
index 535332ff64a2c57f10f6e9d4956c4b8d59c5e3f6..c073794ee6d3c2d2eb088af21e224250aa270ddb 100644 (file)
@@ -28,7 +28,7 @@ import (
 
        "github.com/fsnotify/fsnotify"
        "github.com/mattermost/mattermost-server/v6/model"
 
        "github.com/fsnotify/fsnotify"
        "github.com/mattermost/mattermost-server/v6/model"
-       "go.cypherpunks.ru/recfile"
+       "go.cypherpunks.su/recfile/v2"
        "go.stargrave.org/mmc/internal"
 )
 
        "go.stargrave.org/mmc/internal"
 )
 
index b1901c9338ffe08f580cc697f32d85819684fff2..128f21060515c18afb1a0784d9beda7aaad47f02 100644 (file)
@@ -24,8 +24,8 @@ import (
        "time"
 
        "github.com/mattermost/mattermost-server/v6/model"
        "time"
 
        "github.com/mattermost/mattermost-server/v6/model"
-       "go.cypherpunks.ru/netrc"
-       "go.cypherpunks.ru/recfile"
+       "go.cypherpunks.su/netrc/v2"
+       "go.cypherpunks.su/recfile/v2"
        "go.stargrave.org/mmc/internal"
 )
 
        "go.stargrave.org/mmc/internal"
 )
 
diff --git a/go.mod b/go.mod
index 37d1fb5d6cf0a8789176e96c8077e9e613b8d4c1..e86e5b2a8fe2b6efe98148a4cac33bf55542d939 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,13 +1,16 @@
 module go.stargrave.org/mmc
 
 module go.stargrave.org/mmc
 
-go 1.20
+go 1.21
+
+toolchain go1.22.5
 
 require (
        github.com/davecgh/go-spew v1.1.1
        github.com/fsnotify/fsnotify v1.6.0
 
 require (
        github.com/davecgh/go-spew v1.1.1
        github.com/fsnotify/fsnotify v1.6.0
+       github.com/gorilla/websocket v1.5.0
        github.com/mattermost/mattermost-server/v6 v6.7.2
        github.com/mattermost/mattermost-server/v6 v6.7.2
-       go.cypherpunks.ru/netrc v0.1.0
-       go.cypherpunks.ru/recfile v0.7.0
+       go.cypherpunks.su/netrc/v2 v2.0.0
+       go.cypherpunks.su/recfile/v2 v2.0.0
        golang.org/x/sys v0.11.0
 )
 
        golang.org/x/sys v0.11.0
 )
 
@@ -18,7 +21,6 @@ require (
        github.com/francoispqt/gojay v1.2.13 // indirect
        github.com/go-asn1-ber/asn1-ber v1.5.3 // indirect
        github.com/google/uuid v1.3.0 // indirect
        github.com/francoispqt/gojay v1.2.13 // indirect
        github.com/go-asn1-ber/asn1-ber v1.5.3 // indirect
        github.com/google/uuid v1.3.0 // indirect
-       github.com/gorilla/websocket v1.5.0 // indirect
        github.com/graph-gophers/graphql-go v1.3.0 // indirect
        github.com/json-iterator/go v1.1.12 // indirect
        github.com/klauspost/compress v1.15.1 // indirect
        github.com/graph-gophers/graphql-go v1.3.0 // indirect
        github.com/json-iterator/go v1.1.12 // indirect
        github.com/klauspost/compress v1.15.1 // indirect
diff --git a/go.sum b/go.sum
index 69d750562de6452a5129b0b988b3dcc7e98cedae..2cde86ed635f9ed6686adf7831221a6a9184d1f2 100644 (file)
--- a/go.sum
+++ b/go.sum
@@ -1352,10 +1352,10 @@ 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=
 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/netrc v0.1.0 h1:dzaSh4lgpPXvLzUME/hTSegg+Uw1aPEmC79fxbPLFGk=
-go.cypherpunks.ru/netrc v0.1.0/go.mod h1:ZmQaL9ENEII++WQooelccr33XZcBhKd8VgtcICf4SIE=
-go.cypherpunks.ru/recfile v0.7.0 h1:0R1UnDGKccp7JnC66msslJMlSY02jHx/XkW+ISl0GuY=
-go.cypherpunks.ru/recfile v0.7.0/go.mod h1:sR+KajB+vzofL3SFVFwKt3Fke0FaCcN1g3YPNAhU3qI=
+go.cypherpunks.su/netrc/v2 v2.0.0 h1:IWJ0fPcQoccn8VbqzAQf1/4rj8zw0Bf6X5kAkzwEd48=
+go.cypherpunks.su/netrc/v2 v2.0.0/go.mod h1:F5Ea8ii3R9dNUE0ixE61OYIhvJQVLLdIJjrU/3qROjw=
+go.cypherpunks.su/recfile/v2 v2.0.0 h1:Q2o+OzM1H2O1WnshU88r+waBqylkqZj8plBdBWZitcU=
+go.cypherpunks.su/recfile/v2 v2.0.0/go.mod h1:36EnyBwx6VpsSM5MMcYGTDiKrVEP49S09p33EFuhQYU=
 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=
 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=
index 106a06537d025eeb54a113e3b2ddf65be8dfa50f..3a27976165136f06fa1d039425e5a443befcc5f9 100644 (file)
@@ -21,7 +21,7 @@ import (
        "time"
 
        "github.com/mattermost/mattermost-server/v6/model"
        "time"
 
        "github.com/mattermost/mattermost-server/v6/model"
-       "go.cypherpunks.ru/recfile"
+       "go.cypherpunks.su/recfile/v2"
 )
 
 type Post struct {
 )
 
 type Post struct {