fix(go.mod) change viplight_mrp => mrp

This commit is contained in:
2026-05-14 11:21:33 +03:00
parent f994472ac5
commit 08410372bb
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
module viplight-mrp
module mrp
go 1.25.0
+1
View File
@@ -5,6 +5,7 @@ import (
"github.com/gin-gonic/gin"
"github.com/joho/godotenv"
"mrp/database"
"mrp/handlers"
"mrp/middleware"