mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 16:30:17 +02:00
- docs: add code coverage to readme - internal/sessions: refactor sessions to clarify lifetime - authenticate: simplified signin flow - deployment: update go mods - internal/testutil: removed package - internal/singleflight: removed package
21 lines
943 B
Modula-2
21 lines
943 B
Modula-2
module github.com/pomerium/pomerium
|
|
|
|
require (
|
|
github.com/benbjohnson/clock v0.0.0-20161215174838-7dc76406b6d3
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/golang/mock v1.2.0
|
|
github.com/golang/protobuf v1.2.0
|
|
github.com/pomerium/envconfig v1.3.1-0.20190112072701-14cbcf832d31
|
|
github.com/pomerium/go-oidc v2.0.0+incompatible
|
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
|
|
github.com/rs/zerolog v1.11.0
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67
|
|
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd
|
|
golang.org/x/oauth2 v0.0.0-20190212230446-3e8b2be13635
|
|
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a // indirect
|
|
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect
|
|
google.golang.org/genproto v0.0.0-20190215211957-bd968387e4aa // indirect
|
|
google.golang.org/grpc v1.18.0
|
|
gopkg.in/square/go-jose.v2 v2.2.2
|
|
)
|