From c6742beb5fb414970de114fd011108c217d0f951 Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Tue, 6 May 2025 16:35:27 +0200 Subject: 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. --- go.mod | 6 ------ 1 file changed, 6 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 77915f7..8fe68c4 100644 --- a/go.mod +++ b/go.mod @@ -10,12 +10,6 @@ require ( golang.zx2c4.com/wireguard/wgctrl v0.0.0-20241231184526-a9ab2273dd10 ) -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 -- cgit v1.2.3