Skip to content

Commit

Permalink
Bump go-uaa.
Browse files Browse the repository at this point in the history
Bumping the uaa client version fixes an issue when listing clients which
have varying types in the autoapprove field.

[#167151177]
  • Loading branch information
Jeremy Morony committed Jul 26, 2019
1 parent 8e65c1a commit 0ec202d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module code.cloudfoundry.org/uaa-cli
go 1.12

require (
github.com/cloudfoundry-community/go-uaa v0.2.2
github.com/cloudfoundry-community/go-uaa v0.2.3
github.com/fatih/color v1.7.0
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-runewidth v0.0.2 // indirect
Expand All @@ -17,3 +17,5 @@ require (
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
)

//replace github.com/cloudfoundry-community/go-uaa => /Users/pivotal/workspace/team-forks/go-uaa
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ github.com/cloudfoundry-community/go-uaa v0.0.0-20190619031214-d58dea9fa2c6 h1:d
github.com/cloudfoundry-community/go-uaa v0.0.0-20190619031214-d58dea9fa2c6/go.mod h1:8xbs4AE7Onyn0879a757RewaLbRrUw41CPNxn8EdmRM=
github.com/cloudfoundry-community/go-uaa v0.2.2 h1:bhfJmltv228WI8IopsSMS9IMvAPgDZIOf/SvhCDHNu0=
github.com/cloudfoundry-community/go-uaa v0.2.2/go.mod h1:8xbs4AE7Onyn0879a757RewaLbRrUw41CPNxn8EdmRM=
github.com/cloudfoundry-community/go-uaa v0.2.3 h1:fsUpl/IK/pARdZj2EmPTMyiYEQ4t8gUujuXNgbkUo94=
github.com/cloudfoundry-community/go-uaa v0.2.3/go.mod h1:8xbs4AE7Onyn0879a757RewaLbRrUw41CPNxn8EdmRM=
github.com/fatih/color v1.7.0 h1:DkWD4oS2D8LGGgTQ6IvwJJXSL5Vp2ffcQg58nFV38Ys=
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I=
Expand Down

0 comments on commit 0ec202d

Please sign in to comment.