1
1
go 1.22
2
2
3
+ toolchain go1.22.5
4
+
3
5
module github.com/ory/oathkeeper
4
6
5
7
replace github.com/mattn/go-sqlite3 => github.com/mattn/go-sqlite3 v1.14.10
@@ -8,13 +10,14 @@ require (
8
10
github.com/Azure/azure-pipeline-go v0.2.2
9
11
github.com/Azure/azure-storage-blob-go v0.9.0
10
12
github.com/Masterminds/sprig/v3 v3.2.2
11
- github.com/auth0/go-jwt-middleware/v2 v2.1.0
13
+ github.com/auth0/go-jwt-middleware/v2 v2.2.2
12
14
github.com/aws/aws-sdk-go v1.34.28
13
15
github.com/blang/semver v3.5.1+incompatible
14
16
github.com/dgraph-io/ristretto v0.1.1
15
17
github.com/dlclark/regexp2 v1.2.0
16
18
github.com/ghodss/yaml v1.0.0
17
19
github.com/go-faker/faker/v4 v4.0.0-beta.2
20
+ github.com/go-jose/go-jose/v3 v3.0.3
18
21
github.com/go-openapi/errors v0.20.3
19
22
github.com/go-openapi/runtime v0.24.2
20
23
github.com/go-openapi/strfmt v0.21.3
@@ -29,13 +32,13 @@ require (
29
32
github.com/golang/mock v1.6.0
30
33
github.com/google/go-replayers/httpreplay v1.1.1
31
34
github.com/google/uuid v1.4.0
32
- github.com/hashicorp/go-retryablehttp v0.7.1
35
+ github.com/hashicorp/go-retryablehttp v0.7.7
33
36
github.com/julienschmidt/httprouter v1.3.0
34
37
github.com/knadh/koanf/v2 v2.0.1
35
38
github.com/lib/pq v1.10.7
36
39
github.com/mitchellh/copystructure v1.2.0
37
40
github.com/ory/analytics-go/v5 v5.0.1
38
- github.com/ory/fosite v0.44 .0
41
+ github.com/ory/fosite v0.47 .0
39
42
github.com/ory/go-acc v0.2.9-0.20230103102148-6b1c9a70dbbe
40
43
github.com/ory/gojsonschema v1.2.0
41
44
github.com/ory/graceful v0.1.1
@@ -52,7 +55,6 @@ require (
52
55
github.com/sirupsen/logrus v1.9.3
53
56
github.com/spf13/cobra v1.7.0
54
57
github.com/spf13/pflag v1.0.5
55
- github.com/square/go-jose v2.3.1+incompatible
56
58
github.com/stretchr/testify v1.9.0
57
59
github.com/tidwall/gjson v1.14.3
58
60
github.com/tidwall/sjson v1.2.5
@@ -66,7 +68,6 @@ require (
66
68
golang.org/x/oauth2 v0.14.0
67
69
google.golang.org/api v0.149.0
68
70
google.golang.org/grpc v1.59.0
69
- gopkg.in/square/go-jose.v2 v2.6.0
70
71
)
71
72
72
73
require (
@@ -83,7 +84,7 @@ require (
83
84
github.com/Masterminds/semver/v3 v3.1.1 // indirect
84
85
github.com/Microsoft/go-winio v0.6.0 // indirect
85
86
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
86
- github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
87
+ github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
87
88
github.com/avast/retry-go/v4 v4.3.0 // indirect
88
89
github.com/aymerick/douceur v0.2.0 // indirect
89
90
github.com/beorn7/perks v1.0.1 // indirect
@@ -92,23 +93,20 @@ require (
92
93
github.com/cockroachdb/cockroach-go/v2 v2.2.16 // indirect
93
94
github.com/containerd/continuity v0.3.0 // indirect
94
95
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
95
- github.com/dave/jennifer v1.4.0 // indirect
96
96
github.com/davecgh/go-spew v1.1.1 // indirect
97
97
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
98
98
github.com/docker/cli v20.10.21+incompatible // indirect
99
99
github.com/docker/distribution v2.8.2+incompatible // indirect
100
100
github.com/docker/docker v20.10.24+incompatible // indirect
101
101
github.com/docker/go-connections v0.4.0 // indirect
102
102
github.com/docker/go-units v0.5.0 // indirect
103
- github.com/dustin/go-humanize v1.0.0 // indirect
104
- github.com/ecordell/optgen v0.0.6 // indirect
103
+ github.com/dustin/go-humanize v1.0.1 // indirect
105
104
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
106
- github.com/fatih/color v1.13 .0 // indirect
105
+ github.com/fatih/color v1.16 .0 // indirect
107
106
github.com/fatih/structs v1.1.0 // indirect
108
107
github.com/felixge/fgprof v0.9.3 // indirect
109
108
github.com/felixge/httpsnoop v1.0.4 // indirect
110
109
github.com/fsnotify/fsnotify v1.6.0 // indirect
111
- github.com/go-jose/go-jose/v3 v3.0.3 // indirect
112
110
github.com/go-logr/logr v1.3.0 // indirect
113
111
github.com/go-logr/stdr v1.2.2 // indirect
114
112
github.com/go-openapi/analysis v0.21.4 // indirect
@@ -186,9 +184,9 @@ require (
186
184
github.com/mailru/easyjson v0.7.7 // indirect
187
185
github.com/mattn/go-colorable v0.1.13 // indirect
188
186
github.com/mattn/go-ieproxy v0.0.1 // indirect
189
- github.com/mattn/go-isatty v0.0.16 // indirect
187
+ github.com/mattn/go-isatty v0.0.20 // indirect
190
188
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
191
- github.com/mattn/goveralls v0.0.6 // indirect
189
+ github.com/mattn/goveralls v0.0.12 // indirect
192
190
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
193
191
github.com/microcosm-cc/bluemonday v1.0.21 // indirect
194
192
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -249,7 +247,7 @@ require (
249
247
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
250
248
golang.org/x/mod v0.17.0 // indirect
251
249
golang.org/x/net v0.26.0 // indirect
252
- golang.org/x/sync v0.7 .0 // indirect
250
+ golang.org/x/sync v0.8 .0 // indirect
253
251
golang.org/x/sys v0.21.0 // indirect
254
252
golang.org/x/text v0.16.0 // indirect
255
253
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
@@ -259,6 +257,7 @@ require (
259
257
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
260
258
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
261
259
google.golang.org/protobuf v1.33.0 // indirect
260
+ gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect
262
261
gopkg.in/ini.v1 v1.67.0 // indirect
263
262
gopkg.in/yaml.v2 v2.4.0 // indirect
264
263
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments