mirror of
https://codeberg.org/crowci/crow.git
synced 2025-08-12 06:02:53 +03:00
refactor: add CROW_
vars (#21)
This commit is contained in:
@@ -27,6 +27,10 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/google/go-github/v68/github"
|
||||
"github.com/rs/zerolog/log"
|
||||
"golang.org/x/oauth2"
|
||||
|
||||
"github.com/crowci/crow/v3/server"
|
||||
"github.com/crowci/crow/v3/server/forge"
|
||||
"github.com/crowci/crow/v3/server/forge/common"
|
||||
@@ -34,9 +38,6 @@ import (
|
||||
"github.com/crowci/crow/v3/server/model"
|
||||
"github.com/crowci/crow/v3/server/store"
|
||||
"github.com/crowci/crow/v3/shared/utils"
|
||||
"github.com/google/go-github/v68/github"
|
||||
"github.com/rs/zerolog/log"
|
||||
"golang.org/x/oauth2"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user