Skip to content

Commit

Permalink
Bump github.com/palantir/go-githubapp from 0.9.1 to 0.9.2 (#330)
Browse files Browse the repository at this point in the history
* Bump github.com/palantir/go-githubapp from 0.9.1 to 0.9.2

Bumps [github.com/palantir/go-githubapp](https://github.com/palantir/go-githubapp) from 0.9.1 to 0.9.2.
- [Release notes](https://github.com/palantir/go-githubapp/releases)
- [Commits](palantir/go-githubapp@v0.9.1...v0.9.2)

---
updated-dependencies:
- dependency-name: github.com/palantir/go-githubapp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* upgrade github api

* fix gomod

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David J. M. Karlsen <david@davidkarlsen.com>
  • Loading branch information
dependabot[bot] and davidkarlsen authored Sep 22, 2021
1 parent aed2c84 commit 71027af
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 33 deletions.
2 changes: 1 addition & 1 deletion controllers/githubactionrunner_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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/v38/github"
"github.com/google/go-github/v39/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 @@ -3,7 +3,7 @@ package controllers
import (
"context"
"github.com/evryfs/github-actions-runner-operator/api/v1alpha1"
"github.com/google/go-github/v38/github"
"github.com/google/go-github/v39/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 @@ -2,7 +2,7 @@ package githubapi

import (
"context"
"github.com/google/go-github/v38/github"
"github.com/google/go-github/v39/github"
"github.com/gregjones/httpcache"
"github.com/palantir/go-githubapp/githubapp"
)
Expand Down
2 changes: 1 addition & 1 deletion controllers/podrunner_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package controllers
import (
"fmt"
"github.com/evryfs/github-actions-runner-operator/api/v1alpha1"
"github.com/google/go-github/v38/github"
"github.com/google/go-github/v39/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 @@ -2,7 +2,7 @@ package controllers

import (
"github.com/evryfs/github-actions-runner-operator/api/v1alpha1"
"github.com/google/go-github/v38/github"
"github.com/google/go-github/v39/github"
"github.com/stretchr/testify/assert"
v1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Expand Down
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ go 1.17

require (
github.com/go-logr/logr v0.4.0
github.com/google/go-github/v38 v38.1.0
github.com/google/go-github/v39 v39.0.0
github.com/gophercloud/gophercloud v0.21.0
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.16.0
github.com/palantir/go-githubapp v0.9.1
github.com/palantir/go-githubapp v0.9.2
github.com/redhat-cop/operator-utils v1.1.4
github.com/stretchr/testify v1.7.0
github.com/thoas/go-funk v0.9.1
Expand All @@ -29,10 +29,10 @@ require (
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bradleyfalzon/ghinstallation v1.1.1 // indirect
github.com/bradleyfalzon/ghinstallation/v2 v2.0.2 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1 // indirect
github.com/evanphx/json-patch v4.11.0+incompatible // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-logr/zapr v0.4.0 // indirect
Expand All @@ -44,8 +44,8 @@ require (
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/go-github/v29 v29.0.3 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/google/go-github/v38 v38.1.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/gofuzz v1.1.0 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/googleapis/gnostic v0.5.5 // indirect
Expand All @@ -66,18 +66,18 @@ require (
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.26.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
github.com/rs/zerolog v1.18.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/rs/zerolog v1.25.0 // indirect
github.com/shopspring/decimal v1.2.0 // indirect
github.com/shurcooL/githubv4 v0.0.0-20191127044304-8f68eb5628d0 // indirect
github.com/shurcooL/githubv4 v0.0.0-20210725200734-83ba7b4c9228 // indirect
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/objx v0.2.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.18.1 // indirect
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/net v0.0.0-20210520170846-37e1c6afe023 // indirect
golang.org/x/oauth2 v0.0.0-20210113205817-d3ed898aa8a3 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
Expand Down
Loading

0 comments on commit 71027af

Please sign in to comment.