mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-30 09:27:19 +02:00
73 lines
3 KiB
Modula-2
73 lines
3 KiB
Modula-2
module github.com/pomerium/pomerium
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
contrib.go.opencensus.io/exporter/jaeger v0.2.1
|
|
contrib.go.opencensus.io/exporter/prometheus v0.2.0
|
|
contrib.go.opencensus.io/exporter/zipkin v0.1.2
|
|
github.com/aybabtme/iocontrol v0.0.0-20150809002002-ad15bcfc95a0 // indirect
|
|
github.com/benbjohnson/clock v1.0.3 // indirect
|
|
github.com/btcsuite/btcutil v1.0.2
|
|
github.com/caddyserver/certmagic v0.12.0
|
|
github.com/cenkalti/backoff/v4 v4.1.0
|
|
github.com/cespare/xxhash/v2 v2.1.1
|
|
github.com/coreos/go-oidc v2.2.1+incompatible
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
github.com/envoyproxy/go-control-plane v0.9.8
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
|
github.com/go-redis/redis/v8 v8.4.4
|
|
github.com/golang/mock v1.4.4
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/google/btree v1.0.0
|
|
github.com/google/go-cmp v0.5.4
|
|
github.com/google/go-jsonnet v0.17.0
|
|
github.com/google/uuid v1.1.2
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.0
|
|
github.com/hashicorp/golang-lru v0.5.4
|
|
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
|
|
github.com/lithammer/shortuuid/v3 v3.0.5
|
|
github.com/martinlindhe/base36 v1.1.0
|
|
github.com/mitchellh/hashstructure/v2 v2.0.1
|
|
github.com/natefinch/atomic v0.0.0-20200526193002-18c0533a5b09
|
|
github.com/nsf/jsondiff v0.0.0-20200515183724-f29ed568f4ce
|
|
github.com/onsi/gocleanup v0.0.0-20140331211545-c1a5478700b5
|
|
github.com/open-policy-agent/opa v0.25.2
|
|
github.com/openzipkin/zipkin-go v0.2.5
|
|
github.com/ory/dockertest/v3 v3.6.3
|
|
github.com/pelletier/go-toml v1.6.0 // indirect
|
|
github.com/pomerium/csrf v1.6.2-0.20190918035251-f3318380bad3
|
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
|
|
github.com/prometheus/client_golang v1.9.0
|
|
github.com/rakyll/statik v0.1.7
|
|
github.com/rs/cors v1.7.0
|
|
github.com/rs/zerolog v1.20.0
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
|
|
go.opencensus.io v0.22.5
|
|
go.uber.org/zap v1.16.0
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
|
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
|
|
golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5
|
|
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
|
|
google.golang.org/api v0.30.0
|
|
google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d
|
|
google.golang.org/grpc v1.34.0
|
|
google.golang.org/protobuf v1.25.0
|
|
gopkg.in/auth0.v4 v4.6.0
|
|
gopkg.in/cookieo9/resources-go.v2 v2.0.0-20150225115733-d27c04069d0d
|
|
gopkg.in/ini.v1 v1.51.1 // indirect
|
|
gopkg.in/square/go-jose.v2 v2.5.1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|