]> Sergey Matveev's repositories - mmc.git/blobdiff - cmd/rd/main.go
internal package
[mmc.git] / cmd / rd / main.go
index f6a977802be287ad27759822417037d44ae5e241..535332ff64a2c57f10f6e9d4956c4b8d59c5e3f6 100644 (file)
@@ -1,5 +1,5 @@
 // mmc -- Mattermost client
-// Copyright (C) 2023 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2023-2024 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
@@ -29,7 +29,7 @@ import (
        "github.com/fsnotify/fsnotify"
        "github.com/mattermost/mattermost-server/v6/model"
        "go.cypherpunks.ru/recfile"
-       "go.stargrave.org/mmc"
+       "go.stargrave.org/mmc/internal"
 )
 
 var Threads = make(map[string]string)