Skip to content
Snippets Groups Projects
Commit 00b666ea authored by Florent Gluck's avatar Florent Gluck
Browse files

fixed server/go.mod

parent e4560c7b
Branches
No related tags found
No related merge requests found
......@@ -2,8 +2,6 @@ module nexus-server
go 1.22.0
replace nexus-common => ../common
require (
github.com/go-playground/validator/v10 v10.24.0
github.com/golang-jwt/jwt v3.2.2+incompatible
......@@ -13,7 +11,6 @@ require (
github.com/sirupsen/logrus v1.9.3
golang.org/x/crypto v0.32.0
gopkg.in/ini.v1 v1.67.0
nexus-common v0.0.0-00010101000000-000000000000
)
require (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment