File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
test/e2e/hydra-login-consent Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ module github.com/ory/kratos/test/e2e/hydra-login-consent
33go 1.24.6
44
55require (
6- github.com/julienschmidt/httprouter v1.3.0
76 github.com/ory/hydra-client-go/v2 v2.0.3
87 github.com/ory/x v0.0.721
98)
@@ -17,7 +16,7 @@ require (
1716 github.com/go-logr/stdr v1.2.2 // indirect
1817 github.com/go-openapi/jsonpointer v0.21.1 // indirect
1918 github.com/go-openapi/swag v0.23.1 // indirect
20- github.com/go-viper/mapstructure/v2 v2.3 .0 // indirect
19+ github.com/go-viper/mapstructure/v2 v2.4 .0 // indirect
2120 github.com/gobwas/glob v0.2.3 // indirect
2221 github.com/goccy/go-yaml v1.16.0 // indirect
2322 github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ github.com/go-openapi/jsonpointer v0.21.1 h1:whnzv/pNXtK2FbX/W9yJfRmE2gsmkfahjMK
6767github.com/go-openapi/jsonpointer v0.21.1 /go.mod h1:50I1STOfbY1ycR8jGz8DaMeLCdXiI6aDteEdRNNzpdk =
6868github.com/go-openapi/swag v0.23.1 h1:lpsStH0n2ittzTnbaSloVZLuB5+fvSY/+hnagBjSNZU =
6969github.com/go-openapi/swag v0.23.1 /go.mod h1:STZs8TbRvEQQKUA+JZNAm3EWlgaOBGpyFDqQnDHMef0 =
70- github.com/go-viper/mapstructure/v2 v2.3 .0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk =
71- github.com/go-viper/mapstructure/v2 v2.3 .0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
70+ github.com/go-viper/mapstructure/v2 v2.4 .0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs =
71+ github.com/go-viper/mapstructure/v2 v2.4 .0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
7272github.com/gobuffalo/httptest v1.5.2 h1:GpGy520SfY1QEmyPvaqmznTpG4gEQqQ82HtHqyNEreM =
7373github.com/gobuffalo/httptest v1.5.2 /go.mod h1:FA23yjsWLGj92mVV74Qtc8eqluc11VqcWr8/C1vxt4g =
7474github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y =
You can’t perform that action at this time.
0 commit comments