sort import

This commit is contained in:
6543 2022-11-12 14:10:04 +01:00
parent 8e6c0c6c9f
commit 658de3956e
No known key found for this signature in database
GPG Key ID: C99B82E40B027BAE

View File

@ -4,12 +4,13 @@ import (
"net/http"
"strings"
"github.com/rs/zerolog"
"codeberg.org/codeberg/pages/html"
"codeberg.org/codeberg/pages/server/cache"
"codeberg.org/codeberg/pages/server/context"
"codeberg.org/codeberg/pages/server/gitea"
"codeberg.org/codeberg/pages/server/upstream"
"github.com/rs/zerolog"
)
// tryUpstream forwards the target request to the Gitea API, and shows an error page on failure.