Merge branch 'trstringer:main' into feature/configurable-polling-interval

This commit is contained in:
Brian Sneddon 2025-11-15 14:29:47 -09:00 committed by GitHub
commit e5e0822dd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
go.mod
View file

@ -4,7 +4,7 @@ go 1.24.0
require (
github.com/google/go-github/v43 v43.0.0
golang.org/x/oauth2 v0.31.0
golang.org/x/oauth2 v0.32.0
)
require (