Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nexus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
flg_projects
nexus_vdi
nexus
Commits
a89b82ac
Commit
a89b82ac
authored
2 weeks ago
by
Florent Gluck
Browse files
Options
Downloads
Patches
Plain Diff
Updated go.mod, go.sum in nexus-exam and nexush so the projects compile
parent
d44075db
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
nexus-exam/go.mod
+2
-1
2 additions, 1 deletion
nexus-exam/go.mod
nexus-exam/go.sum
+6
-2
6 additions, 2 deletions
nexus-exam/go.sum
nexush/go.mod
+1
-1
1 addition, 1 deletion
nexush/go.mod
nexush/go.sum
+2
-0
2 additions, 0 deletions
nexush/go.sum
with
11 additions
and
4 deletions
nexus-exam/go.mod
+
2
−
1
View file @
a89b82ac
...
...
@@ -4,7 +4,8 @@ go 1.22.2
require (
fyne.io/fyne/v2 v2.5.5
gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/libclient v0.0.0-20250325205800-0184d2c91b35
gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/libclient v0.0.0-20250327150423-d44075db6195
gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/nexush v0.0.0-20250327150423-d44075db6195
)
require (
...
...
This diff is collapsed.
Click to expand it.
nexus-exam/go.sum
+
6
−
2
View file @
a89b82ac
...
...
@@ -43,8 +43,12 @@ fyne.io/systray v1.11.0 h1:D9HISlxSkx+jHSniMBR6fCFOUjk1x/OOOJLa9lJYAKg=
fyne.io/systray v1.11.0/go.mod h1:RVwqP9nYMo7h5zViCBHri2FgjXF7H2cub7MAq4NSoLs=
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-20250325205800-0184d2c91b35 h1:xCnxp014yKhBI8nVMjMEBgsKs+fzvtciDb/EmtVCXR0=
gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/libclient v0.0.0-20250325205800-0184d2c91b35/go.mod h1:FTufL1WbpOEXB509PnsxzFFrYBx2RRSidxAqdDYZgGM=
gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/libclient v0.0.0-20250326165914-127ec06fc619 h1:ev2LeSLjB+/u0bfgMNcyOqySCGH5MDX0yxRow1qVPug=
gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/libclient v0.0.0-20250326165914-127ec06fc619/go.mod h1:FTufL1WbpOEXB509PnsxzFFrYBx2RRSidxAqdDYZgGM=
gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/libclient v0.0.0-20250327150423-d44075db6195 h1:lD8dzP36ks5YZKzv2VfljeFl4QEYSc8cb7f/ZZ8a1yg=
gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/libclient v0.0.0-20250327150423-d44075db6195/go.mod h1:FTufL1WbpOEXB509PnsxzFFrYBx2RRSidxAqdDYZgGM=
gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/nexush v0.0.0-20250327150423-d44075db6195 h1:t9E5oTUF/tgVaAgzJx2fR9cr8jCkgd1gEYhypqoUCNY=
gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/nexush v0.0.0-20250327150423-d44075db6195/go.mod h1:iaUQTLa5TWpVN2ewtP5HRwCmQA2ev1/LGGOYnzGx4W4=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0=
github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
...
...
This diff is collapsed.
Click to expand it.
nexush/go.mod
+
1
−
1
View file @
a89b82ac
...
...
@@ -4,7 +4,7 @@ go 1.22.2
require (
gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/common v0.0.0-20250320135605-9ac7ec3df57a
gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/libclient v0.0.0-2025032
6165914-127ec06fc
619
gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/libclient v0.0.0-2025032
7150423-d44075db
619
5
github.com/go-pdf/fpdf v0.9.0
github.com/google/uuid v1.6.0
github.com/peterh/liner v1.2.2
...
...
This diff is collapsed.
Click to expand it.
nexush/go.sum
+
2
−
0
View file @
a89b82ac
...
...
@@ -2,6 +2,8 @@ gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/common v0.0.0-20250320135605-9ac7ec
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-20250326165914-127ec06fc619 h1:ev2LeSLjB+/u0bfgMNcyOqySCGH5MDX0yxRow1qVPug=
gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/libclient v0.0.0-20250326165914-127ec06fc619/go.mod h1:FTufL1WbpOEXB509PnsxzFFrYBx2RRSidxAqdDYZgGM=
gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/libclient v0.0.0-20250327150423-d44075db6195 h1:lD8dzP36ks5YZKzv2VfljeFl4QEYSc8cb7f/ZZ8a1yg=
gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/libclient v0.0.0-20250327150423-d44075db6195/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=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment