@ -2,8 +2,8 @@ package gitlabcivalidator
import (
"fmt"
"gitflame.ru/Azaki/CI_VLDR/errors"
"gopkg.in/yaml.v3"
"tea.gitpark.ru/Azaki/CI_VALIDATOR/errors"
)
// ParseGitLabCIConfig parses the YAML and returns the GitLabCIConfig structure.
@ -2,9 +2,9 @@ package gitlabcivalidator
"strings"
"time"
@ -1,4 +1,4 @@
module gitflame.ru/Azaki/CI_VLDR
module tea.gitpark.ru/Azaki/CI_VALIDATOR
go 1.18
@ -5,7 +5,7 @@ import (
"os"
"gitflame.ru/Azaki/CI_VLDR/gitlabcivalidator"
"tea.gitpark.ru/Azaki/CI_VALIDATOR/gitlabcivalidator"
func main() {