Files
wonderwall/go.mod
2021-09-02 11:16:45 +02:00

21 lines
661 B
Modula-2

module github.com/nais/wonderwall
go 1.16
require (
github.com/go-chi/chi v1.5.4
github.com/go-redis/redis/v8 v8.11.3
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/prometheus/client_golang v1.0.0
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
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
gopkg.in/square/go-jose.v2 v2.6.0
)