summaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Collapse)Author
2026-02-26Deps: Update eduoauth-go to 2.0.2Jeroen Wijenbergh
2026-02-12All: Use eduoauth-go v2 and update other depsJeroen Wijenbergh
2025-09-03Deps: Update and tidyJeroen Wijenbergh
2025-09-03Revert "All: Remove ProxyGuard integration"Jeroen Wijenbergh
This partially reverts commit 6b939462fb1064abd42e8cb8316700ec844172ea. It keeps the proxyguard functions but leaves GetConfig alone. E.g. no WireGuard config replacing and querying is happening for ProxyGuard. Needed for the Linux client as I have not found a good way to have a daemon with NetworkManager integration
2025-05-06i18nerr: Properly fix gotext dependenciesJeroen Wijenbergh
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.
2025-05-06go.mod/go.sum: Update depsJeroen Wijenbergh
2025-03-20go.mod/go.sum: Update depsJeroen Wijenbergh
2025-02-13All: Update depsJeroen Wijenbergh
2025-02-04All: Update depsJeroen Wijenbergh
2024-12-20Go.mod/Go.sum: Update ProxyGuard2.99.0Jeroen Wijenbergh
2024-12-19Go.mod: Remove local proxyguard replacejwijenbergh
2024-12-19ProxyGuard: Add a restart functionjwijenbergh
2024-11-21Go.mod: Require go 1.22jwijenbergh
2024-11-21Replace all links from GitHub to Codebergjwijenbergh
2024-10-29All: Refactor to latest ProxyGuardjwijenbergh
2024-10-11go.mod/go.sum: Update depsjwijenbergh
2024-08-30go.mod/go.sum: Update depsjwijenbergh
2024-08-22go.sum: Add missing go generate depjwijenbergh
2024-07-30go.mod/go.sum: updatejwijenbergh
2024-07-18go.mod/go.sum: Update ProxyGuardjwijenbergh
2024-07-17go.mod/go.sum: Update depsjwijenbergh
2024-06-04go.mod/go.sum: Update to eduoauth-go 1.0.0jwijenbergh
2024-05-24go.mod/go.sum: Updatejwijenbergh
2024-05-24go.mod/go.sum: UpdateJeroen Wijenbergh
2024-04-16Go.mod/Go.sum: Update depsjwijenbergh
2024-03-15Go.mod/Go.sum: Updatejwijenbergh
2024-03-07Go.mod/Go.Sum: Updatejwijenbergh
2024-03-07Go.mod/Go.sum: Updatejwijenbergh
2024-02-28API: Update to latest eduoauth-go for better fetching of well-knownjwijenbergh
2024-02-27Client: Update to latest proxyguard APIjwijenbergh
2024-02-23Client: Let proxyguard do the DNS requestjwijenbergh
2024-02-23Client + Exports: Update to latest proxyguard APIjwijenbergh
- Add a ClientProxyReady callback - do a DNS request for the IPs
2024-02-19Go.mod/Go.sum: Updatejwijenbergh
2024-02-19Go.mod/Go.sum: Update to latest proxyguardjwijenbergh
2024-02-19Proxyguard: Support a FD callbackjwijenbergh
useful for the android app
2024-02-19Go.mod/Go.sum: Updatejwijenbergh
2024-02-19Go.mod/Go.sum: Updatejwijenbergh
2024-01-10Go.mod/Go.sum: Update depsjwijenbergh
2023-10-31go.mod/go.sum: Update depsjwijenbergh
2023-09-25go.mod/go.sum: update depsjwijenbergh
2023-09-25go.mod/go.sum: Run go mod tidyjwijenbergh
2023-09-25go.mod/go.sum: updatejwijenbergh
2023-09-25Initial i18n implementationjwijenbergh
2023-09-01go.mod/go.sum: Updatejwijenbergh
2023-02-27Go.mod & sum: Update dependenciesjwijenbergh
2023-01-31CLI: Do not use pkg/browser to open the browserjwijenbergh
2023-01-31CLI: Use stderr and open browser properlyjwijenbergh
Also double check scheme such that no malicious schemes are passed such as network drives
2022-12-21Go.mod: Bump to 1.18jwijenbergh
Fedora 36 has 1.18, which is our minimum target now
2022-12-21Failover: Initial implementationjwijenbergh
2022-12-14go.mod: Bump Go version to 1.16jwijenbergh
Fedora 35 is at 1.16 which is the lowest version we will support.