Bump all direct go dependencies

This commit is contained in:
Joshua Casey
2023-02-14 11:03:22 -06:00
parent 60d12d88ac
commit 8b8af49651
3 changed files with 33 additions and 29 deletions

View File

@@ -294,6 +294,7 @@ func TestProviderConfig(t *testing.T) {
userInfoErr: tt.userInfoErr,
},
AllowPasswordGrant: !tt.disallowPasswordGrant,
Client: http.DefaultClient,
}
tok, err := p.PasswordCredentialsGrantAndValidateTokens(
@@ -454,6 +455,7 @@ func TestProviderConfig(t *testing.T) {
},
Scopes: []string{"scope1", "scope2"},
},
Client: http.DefaultClient,
}
tok, err := p.PerformRefresh(
@@ -1384,6 +1386,7 @@ func TestProviderConfig(t *testing.T) {
userInfo: tt.userInfo,
userInfoErr: tt.userInfoErr,
},
Client: http.DefaultClient,
}
tok, err := p.ExchangeAuthcodeAndValidateTokens(