@ -3,7 +3,7 @@ package gitlabcivalidator
import (
"fmt"
"gopkg.in/yaml.v3"
"tea.gitpark.ru/Azaki/CI_VALIDATOR/errors"
"tea.gitpark.ru/Azaki/ci_validator/errors"
)
// ParseGitLabCIConfig parses the YAML and returns the GitLabCIConfig structure.
@ -4,7 +4,7 @@ import (
"strings"
"time"
@ -1,4 +1,4 @@
module tea.gitpark.ru/Azaki/CI_VALIDATOR
module tea.gitpark.ru/Azaki/ci_validator
go 1.18