mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-01 10:22:43 +02:00
42 lines
1.7 KiB
Modula-2
42 lines
1.7 KiB
Modula-2
module github.com/pomerium/pomerium
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
cloud.google.com/go v0.49.0 // indirect
|
|
contrib.go.opencensus.io/exporter/jaeger v0.2.0
|
|
contrib.go.opencensus.io/exporter/prometheus v0.1.0
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
|
|
github.com/golang/mock v1.3.1
|
|
github.com/golang/protobuf v1.3.2
|
|
github.com/google/go-cmp v0.3.1
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/mitchellh/hashstructure v1.0.0
|
|
github.com/pelletier/go-toml v1.6.0 // indirect
|
|
github.com/pomerium/csrf v1.6.2-0.20190918035251-f3318380bad3
|
|
github.com/pomerium/go-oidc v2.0.0+incompatible
|
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
|
|
github.com/prometheus/client_golang v1.2.1
|
|
github.com/prometheus/procfs v0.0.8 // indirect
|
|
github.com/rakyll/statik v0.1.6
|
|
github.com/rs/cors v1.7.0
|
|
github.com/rs/zerolog v1.17.2
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/spf13/viper v1.5.0
|
|
github.com/uber/jaeger-client-go v2.20.1+incompatible // indirect
|
|
go.opencensus.io v0.22.2
|
|
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
|
|
golang.org/x/net v0.0.0-20191125084936-ffdde1057850 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20191122200657-5d9234df094c
|
|
golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e // indirect
|
|
google.golang.org/api v0.14.0
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
google.golang.org/genproto v0.0.0-20191115221424-83cc0476cb11 // indirect
|
|
google.golang.org/grpc v1.25.1
|
|
gopkg.in/square/go-jose.v2 v2.4.0
|
|
gopkg.in/yaml.v2 v2.2.7
|
|
)
|