Skip to content

Commit

Permalink
Update Go SDK to latest beta
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught committed Jun 21, 2023
1 parent cdf7c71 commit 904e472
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.20

require (
github.com/auth0/go-auth0 v0.0.0-20230621114126-ba79baa197f2
github.com/auth0/go-auth0 v0.0.0-20230621141916-10e008a9ab30
github.com/google/go-cmp v0.5.9
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 @@ -19,8 +19,8 @@ github.com/apparentlymart/go-textseg/v13 v13.0.0/go.mod h1:ZK2fH7c4NqDTLtiYLvIkE
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/armon/go-radix v1.0.0 h1:F4z6KzEeeQIMeLFa97iZU6vupzoecKdU5TX24SNppXI=
github.com/armon/go-radix v1.0.0/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/auth0/go-auth0 v0.0.0-20230621114126-ba79baa197f2 h1:rIo51jNmLZq39F18zKfkXgAjAX3BTXiWQzA3b4ferBU=
github.com/auth0/go-auth0 v0.0.0-20230621114126-ba79baa197f2/go.mod h1:wcMGrDRPutvMOHQOfs7Quu07tPh2r1DKseAckU5f98I=
github.com/auth0/go-auth0 v0.0.0-20230621141916-10e008a9ab30 h1:S1Ifai6Lb95X0dOHTEEDDAVs99/qcdXV3pMzjibfcPk=
github.com/auth0/go-auth0 v0.0.0-20230621141916-10e008a9ab30/go.mod h1:wcMGrDRPutvMOHQOfs7Quu07tPh2r1DKseAckU5f98I=
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 904e472

Please sign in to comment.