mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-07 17:06:57 +00:00
idporten wants one at least 43 chars long; a single UUID is 36.. so i smash two together :) also, this involves grabbing the internals of the function we called earlier and putting it here instead
16 lines
397 B
Modula-2
16 lines
397 B
Modula-2
module github.com/nais/wonderwall
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/caos/oidc v0.15.7
|
|
github.com/go-chi/chi v1.5.4
|
|
github.com/google/uuid v1.2.0
|
|
github.com/nais/liberator v0.0.0-20210809103005-edb0141d646d
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.8.1
|
|
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
|
|
gopkg.in/square/go-jose.v2 v2.6.0
|
|
)
|