mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -07:00
13 lines
223 B
Modula-2
13 lines
223 B
Modula-2
module davidallendj/oidc-auth
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/spf13/cobra v1.8.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
)
|