Skip to content

Commit

Permalink
[CLOUDTRUST-3326] Add fields support
Browse files Browse the repository at this point in the history
  • Loading branch information
fperot74 authored Sep 2, 2022
1 parent fd4ac5b commit 83e30b5
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 340 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/cloudtrust/keycloak-client/v2
go 1.17

require (
github.com/cloudtrust/common-service/v2 v2.5.6
github.com/cloudtrust/common-service/v2 v2.6.0
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/gbrlsnchs/jwt/v2 v2.0.0
github.com/go-kit/kit v0.12.0
Expand All @@ -22,9 +22,9 @@ require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/pquerna/cachecontrol v0.1.0 // indirect
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 // indirect
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
Expand Down
Loading

0 comments on commit 83e30b5

Please sign in to comment.