diff options
| author | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-05-06 16:35:27 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-05-06 16:40:51 +0200 |
| commit | c6742beb5fb414970de114fd011108c217d0f951 (patch) | |
| tree | 899854622293e432dd11122b0c5a39e7fb6f0a45 /go.mod | |
| parent | c18e5071f6d073f701dd45b31e481f2bac8ec0d8 (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.mod | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |
