pomerium/go.mod
renovate[bot] 740a9b81d9
fix(deps): update module github.com/go-redis/redis/v8 to v8.8.0 (#2032)
* fix(deps): update module github.com/go-redis/redis/v8 to v8.8.0

* go mod tidy

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Caleb Doxsey <cdoxsey@pomerium.com>
2021-03-29 09:17:24 -06:00

77 lines
3.1 KiB
Modula-2

module github.com/pomerium/pomerium
go 1.16
require (
contrib.go.opencensus.io/exporter/jaeger v0.2.1
contrib.go.opencensus.io/exporter/prometheus v0.3.0
contrib.go.opencensus.io/exporter/zipkin v0.1.2
github.com/DataDog/opencensus-go-exporter-datadog v0.0.0-20200406135749-5c268882acf0
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/v3 v3.0.0
github.com/envoyproxy/go-control-plane v0.9.9-0.20201217023817-7fe139bd184a
github.com/envoyproxy/protoc-gen-validate v0.5.0
github.com/fsnotify/fsnotify v1.4.9
github.com/go-chi/chi v1.5.4
github.com/go-redis/redis/v8 v8.8.0
github.com/golang/mock v1.5.0
github.com/golang/protobuf v1.5.1
github.com/google/btree v1.0.1
github.com/google/go-cmp v0.5.5
github.com/google/go-jsonnet v0.17.0
github.com/google/uuid v1.2.0
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.1
github.com/hashicorp/golang-lru v0.5.4
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/lib/pq v1.9.0 // indirect
github.com/lithammer/shortuuid/v3 v3.0.6
github.com/martinlindhe/base36 v1.1.0
github.com/mitchellh/hashstructure/v2 v2.0.1
github.com/mitchellh/mapstructure v1.4.1
github.com/natefinch/atomic v0.0.0-20200526193002-18c0533a5b09
github.com/onsi/gocleanup v0.0.0-20140331211545-c1a5478700b5
github.com/open-policy-agent/opa v0.27.1
github.com/openzipkin/zipkin-go v0.2.5
github.com/ory/dockertest/v3 v3.6.3
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/pomerium/csrf v1.7.0
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.20.0
github.com/prometheus/procfs v0.6.0
github.com/rjeczalik/notify v0.9.3-0.20201210012515-e2a77dcc14cf
github.com/rs/cors v1.7.0
github.com/rs/zerolog v1.21.0
github.com/scylladb/go-set v1.0.2
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/spf13/afero v1.5.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da
go.opencensus.io v0.23.0
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20210317152858-513c2a44f670
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4
golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/api v0.43.0
google.golang.org/genproto v0.0.0-20210319143718-93e7006c17a6
google.golang.org/grpc v1.36.1
google.golang.org/protobuf v1.26.0
gopkg.in/auth0.v5 v5.13.0
gopkg.in/cookieo9/resources-go.v2 v2.0.0-20150225115733-d27c04069d0d
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/square/go-jose.v2 v2.5.1
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)