Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump crossplane-runtime #372

Merged
merged 3 commits into from
Sep 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion apis/compute/v1alpha1/referencers.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ package v1alpha1
import (
"context"

"github.com/pkg/errors"
"sigs.k8s.io/controller-runtime/pkg/client"

"github.com/crossplane/crossplane-runtime/pkg/errors"

"github.com/crossplane/crossplane-runtime/pkg/reference"

"github.com/crossplane/provider-gcp/apis/compute/v1beta1"
Expand Down
3 changes: 2 additions & 1 deletion apis/compute/v1beta1/referencers.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ import (
"context"
"strings"

"github.com/pkg/errors"
"sigs.k8s.io/controller-runtime/pkg/client"

"github.com/crossplane/crossplane-runtime/pkg/errors"

"github.com/crossplane/crossplane-runtime/pkg/reference"
"github.com/crossplane/crossplane-runtime/pkg/resource"
)
Expand Down
3 changes: 2 additions & 1 deletion apis/container/v1beta1/referencers.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ package v1beta1
import (
"context"

"github.com/pkg/errors"
"sigs.k8s.io/controller-runtime/pkg/client"

"github.com/crossplane/crossplane-runtime/pkg/errors"

"github.com/crossplane/crossplane-runtime/pkg/reference"

"github.com/crossplane/provider-gcp/apis/container/v1beta2"
Expand Down
3 changes: 2 additions & 1 deletion apis/container/v1beta2/referencers.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ import (
"context"
"strings"

"github.com/pkg/errors"
"sigs.k8s.io/controller-runtime/pkg/client"

"github.com/crossplane/crossplane-runtime/pkg/errors"

"github.com/crossplane/crossplane-runtime/pkg/reference"
resource "github.com/crossplane/crossplane-runtime/pkg/resource"

Expand Down
3 changes: 2 additions & 1 deletion apis/database/v1beta1/referencers.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ package v1beta1
import (
"context"

"github.com/pkg/errors"
"sigs.k8s.io/controller-runtime/pkg/client"

"github.com/crossplane/crossplane-runtime/pkg/errors"

"github.com/crossplane/crossplane-runtime/pkg/reference"

"github.com/crossplane/provider-gcp/apis/compute/v1beta1"
Expand Down
5 changes: 3 additions & 2 deletions apis/iam/v1alpha1/referencers.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ import (
"context"
"fmt"

"sigs.k8s.io/controller-runtime/pkg/client"

xpv1 "github.com/crossplane/crossplane-runtime/apis/common/v1"
"github.com/crossplane/crossplane-runtime/pkg/errors"
"github.com/crossplane/crossplane-runtime/pkg/reference"
"github.com/crossplane/crossplane-runtime/pkg/resource"
"github.com/pkg/errors"
"sigs.k8s.io/controller-runtime/pkg/client"
)

// ServiceAccountReferer defines a reference to a ServiceAccount either via its RRN,
Expand Down
5 changes: 3 additions & 2 deletions apis/iam/v1alpha1/referencers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ import (
"context"
"testing"

xpv1 "github.com/crossplane/crossplane-runtime/apis/common/v1"
"github.com/crossplane/crossplane-runtime/pkg/resource"
"github.com/google/go-cmp/cmp"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"sigs.k8s.io/controller-runtime/pkg/client"
"sigs.k8s.io/controller-runtime/pkg/client/fake"

xpv1 "github.com/crossplane/crossplane-runtime/apis/common/v1"
"github.com/crossplane/crossplane-runtime/pkg/resource"
)

const (
Expand Down
3 changes: 2 additions & 1 deletion apis/kms/v1alpha1/referencers.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ package v1alpha1
import (
"context"

"github.com/pkg/errors"
"sigs.k8s.io/controller-runtime/pkg/client"

"github.com/crossplane/crossplane-runtime/pkg/errors"

"github.com/crossplane/crossplane-runtime/pkg/reference"
"github.com/crossplane/crossplane-runtime/pkg/resource"

Expand Down
3 changes: 2 additions & 1 deletion apis/servicenetworking/v1beta1/referencers.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ package v1beta1
import (
"context"

"github.com/pkg/errors"
"sigs.k8s.io/controller-runtime/pkg/client"

"github.com/crossplane/crossplane-runtime/pkg/errors"

"github.com/crossplane/crossplane-runtime/pkg/reference"

"github.com/crossplane/provider-gcp/apis/compute/v1beta1"
Expand Down
5 changes: 3 additions & 2 deletions apis/storage/v1alpha1/referencers.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ package v1alpha1
import (
"context"

"github.com/crossplane/crossplane-runtime/pkg/reference"
"github.com/pkg/errors"
"sigs.k8s.io/controller-runtime/pkg/client"

"github.com/crossplane/crossplane-runtime/pkg/errors"
"github.com/crossplane/crossplane-runtime/pkg/reference"

iamv1alpha1 "github.com/crossplane/provider-gcp/apis/iam/v1alpha1"
"github.com/crossplane/provider-gcp/apis/storage/v1alpha3"
)
Expand Down
2 changes: 1 addition & 1 deletion build
20 changes: 7 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,17 @@ go 1.16

require (
cloud.google.com/go/storage v1.15.0
github.com/crossplane/crossplane-runtime v0.13.1-0.20210531122928-ded177829557
github.com/crossplane/crossplane-runtime v0.15.1-0.20210913015452-6a7a44ac50aa
github.com/crossplane/crossplane-tools v0.0.0-20210320162312-1baca298c527
github.com/google/go-cmp v0.5.6
github.com/imdario/mergo v0.3.10
github.com/kr/text v0.2.0 // indirect
github.com/imdario/mergo v0.3.12
github.com/mitchellh/copystructure v1.0.0
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pkg/errors v0.9.1
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
google.golang.org/api v0.52.0
google.golang.org/grpc v1.39.0
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
honnef.co/go/tools v0.0.1-2020.1.5 // indirect
k8s.io/api v0.20.1
k8s.io/apimachinery v0.20.1
k8s.io/client-go v0.20.1
sigs.k8s.io/controller-runtime v0.8.0
sigs.k8s.io/controller-tools v0.3.0
k8s.io/api v0.21.3
k8s.io/apimachinery v0.21.3
k8s.io/client-go v0.21.3
sigs.k8s.io/controller-runtime v0.9.6
sigs.k8s.io/controller-tools v0.6.2
)
Loading