summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-05-06 16:35:27 +0200
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-05-06 16:40:51 +0200
commitc6742beb5fb414970de114fd011108c217d0f951 (patch)
tree899854622293e432dd11122b0c5a39e7fb6f0a45 /go.mod
parentc18e5071f6d073f701dd45b31e481f2bac8ec0d8 (diff)
i18nerr: Properly fix gotext dependencies
We did the dummy import in i18nerr, but that copies gotext's flags and adds them to the eduvpn-cli example CLI. Apparently if we specify @latest in the go run part for go generate, already all i18n deps are properly fetched.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 0 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index 77915f7..8fe68c4 100644
--- a/go.mod
+++ b/go.mod
@@ -11,12 +11,6 @@ require (
)
require (
- golang.org/x/mod v0.24.0 // indirect
- golang.org/x/sync v0.14.0 // indirect
- golang.org/x/tools v0.33.0 // indirect
-)
-
-require (
golang.org/x/crypto v0.38.0 // indirect
golang.org/x/net v0.40.0
golang.org/x/sys v0.33.0 // indirect