Update tcell
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
// +build cgo
|
||||
//go:build cgo
|
||||
|
||||
package matrix
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
// This contains no-op stubs of the methods in crypto.go for non-cgo builds with crypto disabled.
|
||||
|
||||
// +build !cgo
|
||||
//go:build !cgo
|
||||
|
||||
package matrix
|
||||
|
||||
|
@ -26,9 +26,8 @@ import (
|
||||
"maunium.net/go/mautrix/event"
|
||||
"maunium.net/go/mautrix/id"
|
||||
|
||||
ifc "maunium.net/go/gomuks/interface"
|
||||
|
||||
"maunium.net/go/gomuks/debug"
|
||||
ifc "maunium.net/go/gomuks/interface"
|
||||
"maunium.net/go/gomuks/matrix/rooms"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user