Skip to content

Commit

Permalink
Bump github api
Browse files Browse the repository at this point in the history
Signed-off-by: David J. M. Karlsen <[email protected]>
  • Loading branch information
davidkarlsen committed Feb 11, 2024
1 parent 7f19223 commit c1a5f7a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion controllers/githubactionrunner_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
garov1alpha1 "github.com/evryfs/github-actions-runner-operator/api/v1alpha1"
"github.com/evryfs/github-actions-runner-operator/controllers/githubapi"
"github.com/go-logr/logr"
"github.com/google/go-github/v53/github"
"github.com/google/go-github/v58/github"
"github.com/redhat-cop/operator-utils/pkg/util"
"github.com/thoas/go-funk"
corev1 "k8s.io/api/core/v1"
Expand Down
2 changes: 1 addition & 1 deletion controllers/githubactionrunner_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"testing"

"github.com/evryfs/github-actions-runner-operator/api/v1alpha1"
"github.com/google/go-github/v53/github"
"github.com/google/go-github/v58/github"
"github.com/gophercloud/gophercloud/testhelper"
"github.com/redhat-cop/operator-utils/pkg/util"
"github.com/stretchr/testify/mock"
Expand Down
2 changes: 1 addition & 1 deletion controllers/githubapi/runnerapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"time"

prommetrics "github.com/deathowl/go-metrics-prometheus"
"github.com/google/go-github/v53/github"
"github.com/google/go-github/v58/github"
"github.com/gregjones/httpcache"
"github.com/palantir/go-githubapp/githubapp"
gometrics "github.com/rcrowley/go-metrics"
Expand Down
2 changes: 1 addition & 1 deletion controllers/podrunner_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"time"

"github.com/evryfs/github-actions-runner-operator/api/v1alpha1"
"github.com/google/go-github/v53/github"
"github.com/google/go-github/v58/github"
"github.com/redhat-cop/operator-utils/pkg/util"
"github.com/thoas/go-funk"
corev1 "k8s.io/api/core/v1"
Expand Down
2 changes: 1 addition & 1 deletion controllers/podrunner_types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"time"

"github.com/evryfs/github-actions-runner-operator/api/v1alpha1"
"github.com/google/go-github/v53/github"
"github.com/google/go-github/v58/github"
"github.com/stretchr/testify/assert"
v1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/caitlinelfring/go-env-default v1.1.0
github.com/deathowl/go-metrics-prometheus v0.0.0-20221009205350-f2a1482ba35b
github.com/go-logr/logr v1.4.1
github.com/google/go-github/v53 v53.2.0
github.com/google/go-github/v58 v58.0.0
github.com/gophercloud/gophercloud v1.9.0
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
github.com/onsi/ginkgo v1.16.5
Expand Down Expand Up @@ -52,7 +52,6 @@ require (
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/go-github/v57 v57.0.0 // indirect
github.com/google/go-github/v58 v58.0.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
Expand Down

0 comments on commit c1a5f7a

Please sign in to comment.