20 lines
492 B
Modula-2
20 lines
492 B
Modula-2
module go-auth
|
|
|
|
go 1.22.4
|
|
|
|
require (
|
|
github.com/gorilla/pat v1.0.2
|
|
github.com/markbates/goth v1.80.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/gorilla/context v1.1.2 // indirect
|
|
github.com/gorilla/mux v1.8.1 // indirect
|
|
github.com/gorilla/securecookie v1.1.1 // indirect
|
|
github.com/gorilla/sessions v1.1.1 // indirect
|
|
golang.org/x/oauth2 v0.17.0 // indirect
|
|
google.golang.org/appengine v1.6.8 // indirect
|
|
google.golang.org/protobuf v1.32.0 // indirect
|
|
)
|