Skip to content

Commit

Permalink
Add temporary go-auth0 entry in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught committed Jul 2, 2022
1 parent 48e1868 commit 1187bea
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/auth0/terraform-provider-auth0
go 1.18

require (
github.com/auth0/go-auth0 v0.7.0
github.com/auth0/go-auth0 v0.0.0-20220702152704-b5ac6096cf4f
github.com/dnaeon/go-vcr/v2 v2.0.1
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/go-multierror v1.1.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ github.com/apparentlymart/go-textseg/v12 v12.0.0/go.mod h1:S/4uRK2UtaQttw1GenVJE
github.com/apparentlymart/go-textseg/v13 v13.0.0 h1:Y+KvPE1NYz0xl601PVImeQfFyEy6iT90AvPUL1NNfNw=
github.com/apparentlymart/go-textseg/v13 v13.0.0/go.mod h1:ZK2fH7c4NqDTLtiYLvIkEghdlcqw7yxLeM89kiTRPUo=
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
github.com/auth0/go-auth0 v0.7.0 h1:mw7KbtVfAdVhJqinPeCNQQRuP4kv7eXe2GujaULgPWs=
github.com/auth0/go-auth0 v0.7.0/go.mod h1:05vJEvCIFVXOwkB2qHmYSAJAPKOq2oI1mqsHdfuwCoE=
github.com/auth0/go-auth0 v0.0.0-20220702152704-b5ac6096cf4f h1:jnl/334NNBWQASB+vZo0KQFv9tHGuLtzqqOf+WDq2Dc=
github.com/auth0/go-auth0 v0.0.0-20220702152704-b5ac6096cf4f/go.mod h1:kxxGNgF592VPvWSNPVWNbmWHs+R9c0MZCTuW+T3NgZw=
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 1187bea

Please sign in to comment.