forked from oauth2-proxy/oauth2-proxy
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update go.mod dependencies to the latest versions
- Loading branch information
Showing
2 changed files
with
225 additions
and
809 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,87 +1,101 @@ | ||
module github.com/oauth2-proxy/oauth2-proxy/v7 | ||
|
||
go 1.18 | ||
go 1.22.0 | ||
|
||
toolchain go1.22.5 | ||
|
||
require ( | ||
github.com/Bose/minisentinel v0.0.0-20200130220412-917c5a9223bb | ||
github.com/alicebob/miniredis/v2 v2.23.0 | ||
github.com/benbjohnson/clock v1.3.0 | ||
github.com/bitly/go-simplejson v0.5.0 | ||
github.com/bsm/redislock v0.8.1 | ||
github.com/coreos/go-oidc/v3 v3.4.0 | ||
github.com/fsnotify/fsnotify v1.6.0 | ||
github.com/benbjohnson/clock v1.3.5 | ||
github.com/bitly/go-simplejson v0.5.1 | ||
github.com/bsm/redislock v0.9.4 | ||
github.com/coreos/go-oidc/v3 v3.10.0 | ||
github.com/fsnotify/fsnotify v1.7.0 | ||
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 | ||
github.com/go-redis/redis/v9 v9.0.0-rc.1 | ||
github.com/go-redis/redis/v9 v9.0.0-rc.2 | ||
github.com/go-resty/resty/v2 v2.13.1 | ||
github.com/golang-jwt/jwt v3.2.2+incompatible | ||
github.com/google/uuid v1.3.1 | ||
github.com/gorilla/mux v1.8.0 | ||
github.com/google/uuid v1.6.0 | ||
github.com/gorilla/mux v1.8.1 | ||
github.com/justinas/alice v1.2.0 | ||
github.com/mbland/hmacauth v0.0.0-20170912233209-44256dfd4bfa | ||
github.com/mitchellh/mapstructure v1.1.2 | ||
github.com/mitchellh/mapstructure v1.5.0 | ||
github.com/oauth2-proxy/mockoidc v0.0.0-20220221072942-e3afe97dec43 | ||
github.com/oauth2-proxy/tools/reference-gen v0.0.0-20210118095127-56ffd7384404 | ||
github.com/onsi/ginkgo v1.16.5 | ||
github.com/onsi/gomega v1.21.1 | ||
github.com/pierrec/lz4/v4 v4.1.17 | ||
github.com/prometheus/client_golang v1.13.0 | ||
github.com/spf13/cast v1.5.0 | ||
github.com/onsi/gomega v1.33.1 | ||
github.com/pierrec/lz4/v4 v4.1.21 | ||
github.com/prometheus/client_golang v1.19.1 | ||
github.com/spf13/cast v1.6.0 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/spf13/viper v1.6.3 | ||
github.com/stretchr/testify v1.8.1 | ||
github.com/vmihailenco/msgpack/v5 v5.3.5 | ||
golang.org/x/crypto v0.23.0 | ||
golang.org/x/exp v0.0.0-20221019170559-20944726eadf | ||
golang.org/x/net v0.25.0 | ||
golang.org/x/oauth2 v0.13.0 | ||
golang.org/x/sync v0.4.0 | ||
google.golang.org/api v0.126.0 | ||
gopkg.in/natefinch/lumberjack.v2 v2.0.0 | ||
github.com/spf13/viper v1.19.0 | ||
github.com/stretchr/testify v1.9.0 | ||
github.com/vmihailenco/msgpack/v5 v5.4.1 | ||
golang.org/x/crypto v0.25.0 | ||
golang.org/x/exp v0.0.0-20240707233637-46b078467d37 | ||
golang.org/x/net v0.27.0 | ||
golang.org/x/oauth2 v0.21.0 | ||
golang.org/x/sync v0.7.0 | ||
google.golang.org/api v0.187.0 | ||
gopkg.in/natefinch/lumberjack.v2 v2.2.1 | ||
gopkg.in/square/go-jose.v2 v2.6.0 | ||
k8s.io/apimachinery v0.25.3 | ||
k8s.io/apimachinery v0.30.2 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go/compute v1.23.0 // indirect | ||
cloud.google.com/go/compute/metadata v0.2.3 // indirect | ||
cloud.google.com/go/auth v0.6.1 // indirect | ||
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect | ||
cloud.google.com/go/compute/metadata v0.4.0 // indirect | ||
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect | ||
github.com/go-logr/logr v1.2.3 // indirect | ||
github.com/felixge/httpsnoop v1.0.4 // indirect | ||
github.com/go-jose/go-jose/v4 v4.0.2 // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/google/s2a-go v0.1.4 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect | ||
github.com/googleapis/gax-go/v2 v2.11.0 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/s2a-go v0.1.7 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect | ||
github.com/googleapis/gax-go/v2 v2.12.5 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/magiconair/properties v1.8.1 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | ||
github.com/nxadm/tail v1.4.8 // indirect | ||
github.com/pelletier/go-toml v1.2.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/common v0.37.0 // indirect | ||
github.com/prometheus/procfs v0.8.0 // indirect | ||
github.com/spf13/afero v1.1.2 // indirect | ||
github.com/spf13/jwalterweatherman v1.0.0 // indirect | ||
github.com/subosito/gotenv v1.2.0 // indirect | ||
github.com/magiconair/properties v1.8.7 // indirect | ||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
github.com/nxadm/tail v1.4.11 // indirect | ||
github.com/pelletier/go-toml/v2 v2.2.2 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/prometheus/client_model v0.6.1 // indirect | ||
github.com/prometheus/common v0.55.0 // indirect | ||
github.com/prometheus/procfs v0.15.1 // indirect | ||
github.com/redis/go-redis/v9 v9.5.3 // indirect | ||
github.com/sagikazarmark/locafero v0.6.0 // indirect | ||
github.com/sagikazarmark/slog-shim v0.1.0 // indirect | ||
github.com/sourcegraph/conc v0.3.0 // indirect | ||
github.com/spf13/afero v1.11.0 // indirect | ||
github.com/subosito/gotenv v1.6.0 // indirect | ||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect | ||
github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
golang.org/x/sys v0.20.0 // indirect | ||
golang.org/x/text v0.15.0 // indirect | ||
google.golang.org/appengine v1.6.8 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect | ||
google.golang.org/grpc v1.60.1 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
gopkg.in/ini.v1 v1.51.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect | ||
go.opentelemetry.io/otel v1.28.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.28.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.28.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/sys v0.22.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240617180043-68d350f18fd4 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240708141625-4ad9e859172b // indirect | ||
google.golang.org/grpc v1.65.0 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
k8s.io/gengo v0.0.0-20201113003025-83324d819ded // indirect | ||
k8s.io/klog/v2 v2.70.1 // indirect | ||
k8s.io/klog/v2 v2.120.1 // indirect | ||
) |
Oops, something went wrong.