summaryrefslogtreecommitdiff
path: root/go.sum
AgeCommit message (Collapse)Author
2022-12-21Go.sum: Run go mod tidyjwijenbergh
2022-12-21Failover: Initial implementationjwijenbergh
2022-12-12simplify error handlingAleksandar Pesic
fixes #6 Signed-off-by: Aleksandar Pesic <peske.nis@gmail.com>
2022-09-20Go: Update dependenciesjwijenbergh
2022-09-14Refactor: Return without jsonjwijenbergh
2022-04-22Refactor: Restructure projectjwijenbergh
- Add an internal folder where all the internal code lives - Make a state.go and state_test.go for the public interface This gives a more clear separation between functions and modules. It also makes this a more typical Go project setup.
2022-09-20Wireguard: Add basic supportJeroen Wijenbergh
2022-04-05OAuth: Begin implementation without OAuth2 libJeroen Wijenbergh
- We want to use as little dependencies as possible. While the OAuth2 library is helpful, it is not needed.
2022-04-05OAuth: Add initial draftJeroen Wijenbergh
Signed-off-by: Jeroen Wijenbergh <jeroenwijenbergh@protonmail.com>
2022-02-09Cleanup, update indirect Go packages, support specifying list of wrappers to ↵StevenWdV
`test-wrappers`
2021-12-03A little cleanupStevenWdV
2021-11-19Signature verification with eduvpn_verify.VerifyStevenWdV