0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-05-19 22:03:46 +02:00

Fix Go 1.18

This commit is contained in:
Neil Alexander 2022-09-29 16:08:00 +01:00
parent 68d6eb0a6f
commit 6f3dbee5f4
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -28,9 +28,10 @@ import (
"path/filepath"
"strings"
"sync"
"sync/atomic"
"time"
"go.uber.org/atomic"
"github.com/gorilla/mux"
"github.com/matrix-org/dendrite/appservice"
"github.com/matrix-org/dendrite/clientapi/userutil"