Skip to content

Commit

Permalink
build(deps): bump github.com/auth0/go-auth0 from 1.6.0 to 1.7.0
Browse files Browse the repository at this point in the history
Bumps [github.com/auth0/go-auth0](https://github.com/auth0/go-auth0) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/auth0/go-auth0/releases)
- [Changelog](https://github.com/auth0/go-auth0/blob/main/CHANGELOG.md)
- [Commits](auth0/go-auth0@v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/auth0/go-auth0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 2, 2024
1 parent aa25686 commit 7c3bd53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/tfadeyi/auth0-simple-exporter
go 1.22

require (
github.com/auth0/go-auth0 v1.6.0
github.com/auth0/go-auth0 v1.7.0
github.com/go-kit/log v0.2.1
github.com/go-logr/logr v1.4.2
github.com/juju/errors v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ github.com/PuerkitoBio/rehttp v1.4.0 h1:rIN7A2s+O9fmHUM1vUcInvlHj9Ysql4hE+Y0wcl/
github.com/PuerkitoBio/rehttp v1.4.0/go.mod h1:LUwKPoDbDIA2RL5wYZCNsQ90cx4OJ4AWBmq6KzWZL1s=
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M=
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE=
github.com/auth0/go-auth0 v1.6.0 h1:Q2BtMRVPM70HvyBlm9oBRCCvK8uQeZYxtQswVJ+4AIw=
github.com/auth0/go-auth0 v1.6.0/go.mod h1:9qEjEUiNRqoWON8Z0Edpcph8+YmjgEySDcgoorXA9qs=
github.com/auth0/go-auth0 v1.7.0 h1:THNAa+r4vRqRft7nO4pSH1KoFpBj7HS/LuxwoxUw99M=
github.com/auth0/go-auth0 v1.7.0/go.mod h1:k1+9letwAlJR1UIlHJVekSOm/WOOJiRHt39rLUfsO+A=
github.com/aybabtme/iocontrol v0.0.0-20150809002002-ad15bcfc95a0 h1:0NmehRCgyk5rljDQLKUO+cRJCnduDyn11+zGZIc9Z48=
github.com/aybabtme/iocontrol v0.0.0-20150809002002-ad15bcfc95a0/go.mod h1:6L7zgvqo0idzI7IO8de6ZC051AfXb5ipkIJ7bIA2tGA=
github.com/benbjohnson/clock v1.1.0 h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8=
Expand Down

0 comments on commit 7c3bd53

Please sign in to comment.