package name

main v0.0.2
andrew 3 weeks ago
parent 41a912a007
commit 3032626095

@ -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
import (
"fmt"
"gitflame.ru/Azaki/CI_VLDR/errors"
"gopkg.in/yaml.v3"
"strings"
"tea.gitpark.ru/Azaki/CI_VALIDATOR/errors"
"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 (
"fmt"
"os"
"gitflame.ru/Azaki/CI_VLDR/gitlabcivalidator"
"tea.gitpark.ru/Azaki/CI_VALIDATOR/gitlabcivalidator"
)
func main() {

Loading…
Cancel
Save