From 2dae80dadde139585d7258c50c662efde0abf166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dario=20Casta=C3=B1=C3=A9?= Date: Tue, 22 Aug 2023 21:07:36 +0200 Subject: [PATCH] chore: update package to new user darccio --- README.md | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dcc523b..9ba119f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Yes, it is another NIH, but... I think Zas is a different kind of beast. I admit Install: ```sh -go get github.com/imdario/zas +go get github.com/darccio/zas ``` Go to your site's directory and do: @@ -262,7 +262,7 @@ language: ru ## Roadmap -There is no roadmap. I wrote some possible enhancements [here](https://github.com/imdario/zas/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement). +There is no roadmap. I wrote some possible enhancements [here](https://github.com/darccio/zas/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement). Feel free to open an issue if you think Zas should do something specific in its core. diff --git a/go.mod b/go.mod index 7e405de..8b0fdf1 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/imdario/zas +module github.com/darccio/zas go 1.20