mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-09 01:47:03 +00:00
21 lines
664 B
Modula-2
21 lines
664 B
Modula-2
module github.com/nais/wonderwall
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/coreos/go-oidc v2.1.0+incompatible
|
|
github.com/go-chi/chi v1.5.4
|
|
github.com/google/uuid v1.1.2
|
|
github.com/lestrrat-go/jwx v1.2.5
|
|
github.com/nais/liberator v0.0.0-20210809103005-edb0141d646d
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
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
|
|
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
|
|
golang.org/x/text v0.3.6 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
|
|
gopkg.in/square/go-jose.v2 v2.6.0
|
|
)
|