@@ -35,31 +35,32 @@ require (
35
35
github.com/pkg/errors v0.9.1
36
36
github.com/stretchr/testify v1.7.0
37
37
github.com/tidwall/gjson v1.7.1
38
- golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
38
+ golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
39
39
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
40
- golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
40
+ golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
41
41
golang.org/x/text v0.4.0
42
42
gopkg.in/square/go-jose.v2 v2.5.2-0.20210529014059-a5c7eec3c614
43
43
)
44
44
45
45
replace github.com/dgraph-io/ristretto => github.com/ory/ristretto v0.1.1-0.20211108053508-297c39e6640f
46
46
47
47
require (
48
- github.com/cespare/xxhash/v2 v2.1.1 // indirect
48
+ github.com/cespare/xxhash/v2 v2.1.2 // indirect
49
49
github.com/dave/jennifer v1.4.0 // indirect
50
50
github.com/davecgh/go-spew v1.1.1 // indirect
51
51
github.com/dustin/go-humanize v1.0.0 // indirect
52
52
github.com/fsnotify/fsnotify v1.4.9 // indirect
53
53
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
54
- github.com/golang/protobuf v1.4.2 // indirect
55
- github.com/google/uuid v1.1.2 // indirect
54
+ github.com/golang/protobuf v1.5.2 // indirect
55
+ github.com/google/go-cmp v0.5.6 // indirect
56
+ github.com/google/uuid v1.2.0 // indirect
56
57
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
57
58
github.com/hashicorp/hcl v1.0.0 // indirect
58
59
github.com/inconshreveable/mousetrap v1.0.0 // indirect
59
60
github.com/mitchellh/mapstructure v1.3.2 // indirect
60
61
github.com/moul/http2curl v0.0.0-20170919181001-9ac6cf4d929b // indirect
61
62
github.com/ory/viper v1.7.5 // indirect
62
- github.com/pelletier/go-toml v1.8.0 // indirect
63
+ github.com/pelletier/go-toml v1.9.3 // indirect
63
64
github.com/pmezard/go-difflib v1.0.0 // indirect
64
65
github.com/spf13/afero v1.3.2 // indirect
65
66
github.com/spf13/cast v1.3.2-0.20200723214538-8d17101741c8 // indirect
@@ -72,11 +73,11 @@ require (
72
73
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
73
74
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
74
75
golang.org/x/tools v0.1.12 // indirect
75
- google.golang.org/appengine v1.6.5 // indirect
76
- google.golang.org/protobuf v1.25 .0 // indirect
76
+ google.golang.org/appengine v1.6.7 // indirect
77
+ google.golang.org/protobuf v1.28 .0 // indirect
77
78
gopkg.in/ini.v1 v1.57.0 // indirect
78
- gopkg.in/yaml.v2 v2.3 .0 // indirect
79
- gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
79
+ gopkg.in/yaml.v2 v2.4 .0 // indirect
80
+ gopkg.in/yaml.v3 v3.0.1 // indirect
80
81
)
81
82
82
83
go 1.17
0 commit comments