chore: migrate to gitea
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"budget/ginserver"
|
||||
"budget/handler"
|
||||
"budget/internal/utils"
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
"gitea.frenchtouch.duckdns.org/kratisto/budget-backend/ginserver"
|
||||
"gitea.frenchtouch.duckdns.org/kratisto/budget-backend/handler"
|
||||
"gitea.frenchtouch.duckdns.org/kratisto/budget-backend/internal/utils"
|
||||
|
||||
"github.com/sirupsen/logrus"
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/spf13/viper"
|
||||
|
||||
Reference in New Issue
Block a user