Skip to content

Commit

Permalink
Update oauth endpoints.
Browse files Browse the repository at this point in the history
  • Loading branch information
beornf committed May 17, 2024
1 parent f6c196e commit f86ad86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/dustin/go-humanize v1.0.0
github.com/iancoleman/orderedmap v0.0.0-20180606015914-fec04b9a4f6d
github.com/jinzhu/configor v1.1.1
github.com/lade-io/go-lade v0.1.7
github.com/lade-io/go-lade v0.1.8
github.com/mattn/go-colorable v0.1.12
github.com/mattn/go-isatty v0.0.14
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,8 @@ github.com/lade-io/go-lade v0.1.6 h1:WA+4Br3H5W6g0yRe2ep0O0QDSTSVQ9qPm01JE9ZO5BY
github.com/lade-io/go-lade v0.1.6/go.mod h1:kQDkodhmNS1E7FMCVSGmSqvQPgwyNk47tS42JwfrszA=
github.com/lade-io/go-lade v0.1.7 h1:SobPauUkN+n9SZ6RRGS8uNFt6PaviFxzeT1IN65Eui4=
github.com/lade-io/go-lade v0.1.7/go.mod h1:kQDkodhmNS1E7FMCVSGmSqvQPgwyNk47tS42JwfrszA=
github.com/lade-io/go-lade v0.1.8 h1:AaYZXy5epefN3daQogyDJoy1CiIULtYF31xBFb3Lexg=
github.com/lade-io/go-lade v0.1.8/go.mod h1:kQDkodhmNS1E7FMCVSGmSqvQPgwyNk47tS42JwfrszA=
github.com/leodido/go-urn v1.2.0 h1:hpXL4XnriNwQ/ABnpepYM/1vCLWNDfUNts8dX3xTG6Y=
github.com/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII=
github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
Expand Down

0 comments on commit f86ad86

Please sign in to comment.