mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 02:16:28 +02:00
19 lines
890 B
Modula-2
19 lines
890 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/pmezard/go-difflib v1.0.0 // indirect
|
|
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.2.2 // indirect
|
|
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
|
|
golang.org/x/net v0.0.0-20181220203305-927f97764cc3 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890
|
|
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
|
|
golang.org/x/sys v0.0.0-20190116161447-11f53e031339 // indirect
|
|
google.golang.org/appengine v1.4.0 // indirect
|
|
gopkg.in/square/go-jose.v2 v2.2.1 // indirect
|
|
)
|