mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-01 18:33:19 +02:00
- http headers can be disabled via an env config - http headers can be configured by k/v map env config - pomerium/envconfig updated to use original syntax v1.5.0 - go.mod / go.sum patches updated
22 lines
742 B
Modula-2
22 lines
742 B
Modula-2
module github.com/pomerium/pomerium
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/golang/mock v1.2.0
|
|
github.com/golang/protobuf v1.3.1
|
|
github.com/pomerium/envconfig v1.5.0
|
|
github.com/pomerium/go-oidc v2.0.0+incompatible
|
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
|
|
github.com/rs/zerolog v1.12.0
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20190228161510-8dd112bcdc25
|
|
golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7
|
|
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
|
|
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
|
|
)
|