from gogs to gitea

This commit is contained in:
bel
2024-03-10 09:54:05 -06:00
parent 9941706b73
commit fb6d7af6d3
12 changed files with 32 additions and 31 deletions

View File

@@ -3,13 +3,14 @@ package server
import (
"context"
"fmt"
"gogs.inhome.blapointe.com/local/rproxy3/config"
"gogs.inhome.blapointe.com/local/rproxy3/storage"
"net/http"
"net/http/httptest"
"strings"
"testing"
"gitea.inhome.blapointe.com/local/rproxy3/config"
"gitea.inhome.blapointe.com/local/rproxy3/storage"
"golang.org/x/time/rate"
)