run goimports

Signed-off-by: bn4t <me@bn4t.me>
This commit is contained in:
bn4t 2021-12-08 10:11:24 +01:00
parent b2cf2acd9d
commit dd937ccd07

View file

@ -19,12 +19,13 @@ import (
"crypto/tls" "crypto/tls"
"flag" "flag"
"fmt" "fmt"
"github.com/matrix-org/gomatrixserverlib"
"net" "net"
"net/http" "net/http"
"os" "os"
"time" "time"
"github.com/matrix-org/gomatrixserverlib"
"github.com/gorilla/mux" "github.com/gorilla/mux"
"github.com/matrix-org/dendrite/appservice" "github.com/matrix-org/dendrite/appservice"
"github.com/matrix-org/dendrite/cmd/dendrite-demo-yggdrasil/embed" "github.com/matrix-org/dendrite/cmd/dendrite-demo-yggdrasil/embed"