diff options
Diffstat (limited to 'store.go')
-rw-r--r-- | store.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ import ( "sync" "time" - "github.com/marcthe12/cache/internal/pausedtimer" + "go.sudomsg.com/cache/internal/pausedtimer" ) const ( |