mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -07:00
13 lines
319 B
Modula-2
13 lines
319 B
Modula-2
module davidallendj/ochami-auth
|
|
|
|
go 1.21.5
|
|
|
|
require github.com/ory/client-go v1.6.1
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
golang.org/x/net v0.20.0 // indirect
|
|
golang.org/x/oauth2 v0.16.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
)
|