correct mod name

This commit is contained in:
2021-04-10 22:22:06 -04:00
parent d9feae081f
commit f70060b915
5 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ package gomod
import (
"os"
"git.yetaga.in/deltamualpha/libyear/pkg/libyear"
"git.yetaga.in/alazyreader/libyear/pkg/libyear"
"golang.org/x/mod/modfile"
)

View File

@@ -9,8 +9,8 @@ import (
"strconv"
"strings"
"git.yetaga.in/deltamualpha/libyear/pkg/cache"
"git.yetaga.in/deltamualpha/libyear/pkg/libyear"
"git.yetaga.in/alazyreader/libyear/pkg/cache"
"git.yetaga.in/alazyreader/libyear/pkg/libyear"
)
type Queryer struct {