enbas/go.mod
Dan Anglin 5a795c8ae0
refactor: remove dependency on golang.org/x/oauth2
This commit refactors the login flow to a GTS server thanks to an update
in the official GTS documentation.

golang.org/x/oauth2 is no longer needed.

Documentation reference:
- https://docs.gotosocial.org/en/latest/api/authentication/
2024-02-25 06:41:13 +00:00

5 lines
90 B
Modula-2

module codeflow.dananglin.me.uk/apollo/enbas
go 1.22.0
require golang.org/x/net v0.21.0