10 lines
158 B
Modula-2
10 lines
158 B
Modula-2
module git.hafen.run/lukas/oauth-guard
|
|
|
|
go 1.24.3
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.5.0
|
|
github.com/google/uuid v1.6.0
|
|
golang.org/x/oauth2 v0.30.0
|
|
)
|