main
andrew 3 weeks ago
parent 0a028d12d9
commit b96196a542

@ -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 (
"fmt"
"gopkg.in/yaml.v3"
"strings"
"tea.gitpark.ru/Azaki/CI_VALIDATOR/errors"
"tea.gitpark.ru/Azaki/ci_validator/errors"
"time"
)

@ -1,4 +1,4 @@
module tea.gitpark.ru/Azaki/CI_VALIDATOR
module tea.gitpark.ru/Azaki/ci_validator
go 1.18

Loading…
Cancel
Save