File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,11 @@ module github.com/keycloak/terraform-provider-keycloak
22
33require (
44 dario.cat/mergo v1.0.2
5- github.com/golang-jwt/jwt/v5 v5.2.2
5+ github.com/golang-jwt/jwt/v5 v5.2.3
66 github.com/hashicorp/errwrap v1.1.0
77 github.com/hashicorp/go-cty v1.5.0
88 github.com/hashicorp/go-retryablehttp v0.7.8
9+ github.com/hashicorp/go-uuid v1.0.3
910 github.com/hashicorp/go-version v1.7.0
1011 github.com/hashicorp/terraform-plugin-log v0.9.0
1112 github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0
@@ -25,7 +26,6 @@ require (
2526 github.com/hashicorp/go-hclog v1.6.3 // indirect
2627 github.com/hashicorp/go-multierror v1.1.1 // indirect
2728 github.com/hashicorp/go-plugin v1.6.3 // indirect
28- github.com/hashicorp/go-uuid v1.0.3 // indirect
2929 github.com/hashicorp/hc-install v0.9.2 // indirect
3030 github.com/hashicorp/hcl/v2 v2.23.0 // indirect
3131 github.com/hashicorp/logutils v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
3535github.com/go-logr/stdr v1.2.2 /go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE =
3636github.com/go-test/deep v1.0.3 h1:ZrJSEWsXzPOxaZnFteGEfooLba+ju3FYIbOrS+rQd68 =
3737github.com/go-test/deep v1.0.3 /go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA =
38- github.com/golang-jwt/jwt/v5 v5.2.2 h1:Rl4B7itRWVtYIHFrSNd7vhTiz9UpLdi6gZhZ3wEeDy8 =
39- github.com/golang-jwt/jwt/v5 v5.2.2 /go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk =
38+ github.com/golang-jwt/jwt/v5 v5.2.3 h1:kkGXqQOBSDDWRhWNXTFpqGSCMyh/PLnqUvMGJPDJDs0 =
39+ github.com/golang-jwt/jwt/v5 v5.2.3 /go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk =
4040github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 h1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ =
4141github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 /go.mod h1:wcDNUvekVysuuOpQKo3191zZyTpiI6se1N1ULghS0sw =
4242github.com/golang/protobuf v1.1.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
You can’t perform that action at this time.
0 commit comments