mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-09 18:06:42 +00:00
17 lines
445 B
Modula-2
17 lines
445 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
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
|
|
gopkg.in/square/go-jose.v2 v2.6.0
|
|
)
|