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

2
pkg/cache/cache.go vendored
View File

@@ -1,6 +1,6 @@
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
type Cache struct {