From 5f3d03fb493009030b396978d2c417373a4114db Mon Sep 17 00:00:00 2001 From: Florent Gluck <florent.gluck@hesge.ch> Date: Mon, 24 Mar 2025 21:22:55 +0100 Subject: [PATCH] client: removed ref to local module dir --- client/go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/go.mod b/client/go.mod index 789e6d00..900035b2 100644 --- a/client/go.mod +++ b/client/go.mod @@ -2,8 +2,6 @@ module gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/client go 1.22.0 -replace gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/libclient/nexusclient => ../libclient - require ( fyne.io/fyne/v2 v2.5.3 github.com/go-pdf/fpdf v0.9.0 -- GitLab