From eaf26258d331e79045442c8ee5ca9d1e01575524 Mon Sep 17 00:00:00 2001 From: Florent Gluck <florent.gluck@hesge.ch> Date: Mon, 24 Mar 2025 21:28:02 +0100 Subject: [PATCH] updated go.mod --- client/go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/client/go.mod b/client/go.mod index 900035b..1e8f60f 100644 --- a/client/go.mod +++ b/client/go.mod @@ -20,7 +20,6 @@ require ( require ( fyne.io/systray v1.11.0 // indirect - gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/libclient/nexusclient v0.0.0-00010101000000-000000000000 // indirect github.com/BurntSushi/toml v1.4.0 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/fredbi/uri v1.1.0 // indirect -- GitLab