From b53e18dcbfc2df5770a8bdcdfd92888dc1c2ce40 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Wed, 5 Aug 2026 08:56:31 +0300 Subject: [PATCH] moved based repo reference --- README.md | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a69994..93639dc 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Dynagate is a lightweight, high-performance LLM gateway written in Go that acts **Using `go install`**: To install the latest version directly: ```bash -go install codeberg.org/luxferre/dynagate@latest +go install code.luxferre.top/luxferre/dynagate@latest ``` Or from within a cloned repository directory: ```bash @@ -59,7 +59,7 @@ go install . **Building from source manually**: ```bash -git clone https://codeberg.org/luxferre/dynagate.git +git clone https://code.luxferre.top/luxferre/dynagate.git cd dynagate make build ``` diff --git a/go.mod b/go.mod index 9af17c5..62ffc23 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module codeberg.org/luxferre/dynagate +module code.luxferre.top/luxferre/dynagate go 1.26.4