mirror of
https://github.com/matrix-org/dendrite
synced 2025-01-22 10:10:08 +01:00
Fix Go 1.18
This commit is contained in:
parent
68d6eb0a6f
commit
6f3dbee5f4
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue