From 0fc61c188b68715a2ef98105e55ed7d3343c5c1b Mon Sep 17 00:00:00 2001 From: Florent Gluck <florent.gluck@hesge.ch> Date: Tue, 25 Mar 2025 15:59:12 +0100 Subject: [PATCH] nexush: removed ref to local package --- nexush/go.mod | 2 +- nexush/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/nexush/go.mod b/nexush/go.mod index 804a2ed..69f3bae 100644 --- a/nexush/go.mod +++ b/nexush/go.mod @@ -2,7 +2,7 @@ module gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/nexush go 1.22.2 -replace gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/libclient => ../libclient +replace gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/libclient => gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/libclient v0.0.0-20250325145622-5e5739fb0b5d require ( gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/common v0.0.0-20250320135605-9ac7ec3df57a diff --git a/nexush/go.sum b/nexush/go.sum index 699f27e..bba0845 100644 --- a/nexush/go.sum +++ b/nexush/go.sum @@ -1,5 +1,7 @@ gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/common v0.0.0-20250320135605-9ac7ec3df57a h1:D4M2OnN+9vUALGPo6yNyWmcpvgGIzo/2HJj8SA4bGls= gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/common v0.0.0-20250320135605-9ac7ec3df57a/go.mod h1:HzVsiYhPk7BhhvspjLchF3HlY1z+qIF89jG6+Hs8m3c= +gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/libclient v0.0.0-20250325145622-5e5739fb0b5d h1:FooD8RWXNz2Y2fsVRm/tMjcGo0J9QWuiH30YP3uIhR8= +gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/libclient v0.0.0-20250325145622-5e5739fb0b5d/go.mod h1:FTufL1WbpOEXB509PnsxzFFrYBx2RRSidxAqdDYZgGM= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/gabriel-vasile/mimetype v1.4.8 h1:FfZ3gj38NjllZIeJAmMhr+qKL8Wu+nOoI3GqacKw1NM= -- GitLab