correct mod name
This commit is contained in:
parent
d9feae081f
commit
f70060b915
2
go.mod
2
go.mod
@ -1,4 +1,4 @@
|
|||||||
module git.yetaga.in/deltamualpha/libyear
|
module git.yetaga.in/alazyreader/libyear
|
||||||
|
|
||||||
go 1.16
|
go 1.16
|
||||||
|
|
||||||
|
6
main.go
6
main.go
@ -5,9 +5,9 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"git.yetaga.in/deltamualpha/libyear/pkg/gomod"
|
"git.yetaga.in/alazyreader/libyear/pkg/gomod"
|
||||||
"git.yetaga.in/deltamualpha/libyear/pkg/libyear"
|
"git.yetaga.in/alazyreader/libyear/pkg/libyear"
|
||||||
"git.yetaga.in/deltamualpha/libyear/pkg/logger"
|
"git.yetaga.in/alazyreader/libyear/pkg/logger"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
2
pkg/cache/cache.go
vendored
2
pkg/cache/cache.go
vendored
@ -1,6 +1,6 @@
|
|||||||
package cache
|
package cache
|
||||||
|
|
||||||
import "git.yetaga.in/deltamualpha/libyear/pkg/libyear"
|
import "git.yetaga.in/alazyreader/libyear/pkg/libyear"
|
||||||
|
|
||||||
// Cache isn't concurrency-safe, but we don't care about that right now
|
// Cache isn't concurrency-safe, but we don't care about that right now
|
||||||
type Cache struct {
|
type Cache struct {
|
||||||
|
@ -3,7 +3,7 @@ package gomod
|
|||||||
import (
|
import (
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"git.yetaga.in/deltamualpha/libyear/pkg/libyear"
|
"git.yetaga.in/alazyreader/libyear/pkg/libyear"
|
||||||
"golang.org/x/mod/modfile"
|
"golang.org/x/mod/modfile"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -9,8 +9,8 @@ import (
|
|||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"git.yetaga.in/deltamualpha/libyear/pkg/cache"
|
"git.yetaga.in/alazyreader/libyear/pkg/cache"
|
||||||
"git.yetaga.in/deltamualpha/libyear/pkg/libyear"
|
"git.yetaga.in/alazyreader/libyear/pkg/libyear"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Queryer struct {
|
type Queryer struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user