File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11module github.com/canonical/github-runner-operators
22
3- go 1.24.6
3+ go 1.25.0
44
55require (
66 github.com/golang-migrate/migrate/v4 v4.19.1
77 github.com/google/go-github/v82 v82.0.0
8- github.com/google/go-github/v83 v83 .0.0
8+ github.com/google/go-github/v84 v84 .0.0
99 github.com/jackc/pgx/v5 v5.8.0
1010 github.com/prometheus/client_golang v1.23.2
1111 github.com/rabbitmq/amqp091-go v1.10.0
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX
4444github.com/google/go-github/v82 v82.0.0 h1:OH09ESON2QwKCUVMYmMcVu1IFKFoaZHwqYaUtr/MVfk =
4545github.com/google/go-github/v82 v82.0.0 /go.mod h1:hQ6Xo0VKfL8RZ7z1hSfB4fvISg0QqHOqe9BP0qo+WvM =
4646github.com/google/go-github/v83 v83.0.0 /go.mod h1:gbqarhK37mpSu8Xy7sz21ITtznvzouyHSAajSaYCHe8 =
47+ github.com/google/go-github/v84 v84.0.0 /go.mod h1:WwYL1z1ajRdlaPszjVu/47x1L0PXukJBn73xsiYrRRQ =
4748github.com/google/go-querystring v1.2.0 h1:yhqkPbu2/OH+V9BfpCVPZkNmUXhb2gBxJArfhIxNtP0 =
4849github.com/google/go-querystring v1.2.0 /go.mod h1:8IFJqpSRITyJ8QhQ13bmbeMBDfmeEJZD5A0egEOmkqU =
4950github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
You can’t perform that action at this time.
0 commit comments