sort imports

This commit is contained in:
Anbraten 2024-02-16 18:09:00 +01:00
parent c5959169dd
commit b805631ea2
2 changed files with 5 additions and 5 deletions

View File

@ -7,9 +7,9 @@ import (
"fmt"
"net/url"
"github.com/olahol/melody"
user_model "code.gitea.io/gitea/models/user"
"github.com/olahol/melody"
)
type sessionData struct {

View File

@ -4,12 +4,12 @@
package websocket
import (
"github.com/mitchellh/mapstructure"
"github.com/olahol/melody"
"code.gitea.io/gitea/modules/context"
"code.gitea.io/gitea/modules/json"
notify_service "code.gitea.io/gitea/services/notify"
"github.com/mitchellh/mapstructure"
"github.com/olahol/melody"
)
var m *melody.Melody