mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 02:16:28 +02:00
proxy: Add user dashboard. [GH-123] proxy/authenticate: Add manual refresh of their session. [GH-73] authorize: Add administrator (super user) account support. [GH-110] internal/policy: Allow administrators to impersonate other users. [GH-110]
23 lines
806 B
Modula-2
23 lines
806 B
Modula-2
module github.com/pomerium/pomerium
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/golang/mock v1.2.0
|
|
github.com/golang/protobuf v1.3.1
|
|
github.com/magiconair/properties v1.8.1 // indirect
|
|
github.com/pomerium/go-oidc v2.0.0+incompatible
|
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
|
|
github.com/rs/zerolog v1.14.3
|
|
github.com/spf13/viper v1.3.2
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
|
|
golang.org/x/net v0.0.0-20190522155817-f3200d17e092
|
|
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
|
|
golang.org/x/sys v0.0.0-20190524152521-dbbf3f1254d4 // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
google.golang.org/api v0.1.0
|
|
google.golang.org/grpc v1.19.1
|
|
gopkg.in/square/go-jose.v2 v2.3.1
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|