Skip to content

fix(deps): update module golang.org/x/oauth2 to v0.36.0

8d41672
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

fix(deps): update module golang.org/x/oauth2 to v0.36.0 #22

fix(deps): update module golang.org/x/oauth2 to v0.36.0
8d41672
Select commit
Loading
Failed to load commit list.
GitHub Actions / Unit tests succeeded Mar 8, 2026 in 0s

24 passed, 0 failed and 0 skipped

Tests passed successfully

βœ…Β test-result.xml

24 tests were completed in 12s with 24 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
github.com/brpaz/github-notifications-cleaner 529ms
github.com/brpaz/github-notifications-cleaner/cmd 260ms
github.com/brpaz/github-notifications-cleaner/cmd/clean 142ms
github.com/brpaz/github-notifications-cleaner/cmd/version 1βœ… 7ms
github.com/brpaz/github-notifications-cleaner/internal/cleaner 15βœ… 15ms
github.com/brpaz/github-notifications-cleaner/internal/log 8βœ… 8ms

βœ…Β github.com/brpaz/github-notifications-cleaner/cmd/version

βœ… TestVersionCmd

βœ…Β github.com/brpaz/github-notifications-cleaner/internal/cleaner

βœ… TestNewNotificationsCleaner/default_initialization_sets_expected_values
βœ… TestNewNotificationsCleaner/WithGitHubClient_option_sets_the_client
βœ… TestNewNotificationsCleaner/WithOlderThanDays_option_sets_the_threshold
βœ… TestNewNotificationsCleaner/WithDryRun_option_enables_dry-run_mode
βœ… TestNewNotificationsCleaner
βœ… TestClean/notification_filtering/marks_old_notifications_as_done
βœ… TestClean/notification_filtering/marks_closed_PR_notifications_as_done
βœ… TestClean/notification_filtering/marks_closed_issue_notifications_as_done
βœ… TestClean/notification_filtering/does_not_mark_open_issue_notifications_as_done
βœ… TestClean/notification_filtering
βœ… TestClean/respects_dry-run_mode
βœ… TestClean/error_handling/handles_API_errors_with_listing_notifications
βœ… TestClean/error_handling/handles_API_errors_with_fetching_PR_details
βœ… TestClean/error_handling
βœ… TestClean

βœ…Β github.com/brpaz/github-notifications-cleaner/internal/log

βœ… TestLvlFromEnv/Debug
βœ… TestLvlFromEnv/Info
βœ… TestLvlFromEnv/Warn
βœ… TestLvlFromEnv/Error
βœ… TestLvlFromEnv/Empty
βœ… TestLvlFromEnv/Invalid
βœ… TestLvlFromEnv/Mixed_Case
βœ… TestLvlFromEnv