package name

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

@ -2,8 +2,8 @@ package gitlabcivalidator
import ( import (
"fmt" "fmt"
"gitflame.ru/Azaki/CI_VLDR/errors"
"gopkg.in/yaml.v3" "gopkg.in/yaml.v3"
"tea.gitpark.ru/Azaki/CI_VALIDATOR/errors"
) )
// ParseGitLabCIConfig parses the YAML and returns the GitLabCIConfig structure. // ParseGitLabCIConfig parses the YAML and returns the GitLabCIConfig structure.

@ -2,9 +2,9 @@ package gitlabcivalidator
import ( import (
"fmt" "fmt"
"gitflame.ru/Azaki/CI_VLDR/errors"
"gopkg.in/yaml.v3" "gopkg.in/yaml.v3"
"strings" "strings"
"tea.gitpark.ru/Azaki/CI_VALIDATOR/errors"
"time" "time"
) )

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

@ -5,7 +5,7 @@ import (
"fmt" "fmt"
"os" "os"
"gitflame.ru/Azaki/CI_VLDR/gitlabcivalidator" "tea.gitpark.ru/Azaki/CI_VALIDATOR/gitlabcivalidator"
) )
func main() { func main() {

Loading…
Cancel
Save