mirror of
https://github.com/rjNemo/auth
synced 2026-06-06 00:16:40 +00:00
10 lines
193 B
Modula-2
10 lines
193 B
Modula-2
module github.com/rjnemo/auth
|
|
|
|
go 1.25.1
|
|
|
|
require github.com/go-chi/chi/v5 v5.2.3
|
|
|
|
require (
|
|
cloud.google.com/go/compute/metadata v0.3.0 // indirect
|
|
golang.org/x/oauth2 v0.31.0 // indirect
|
|
)
|