Skip to content

Commit

Permalink
Remove supported Crossplane versions for Spaces
Browse files Browse the repository at this point in the history
Signed-off-by: Hasan Turken <[email protected]>
  • Loading branch information
turkenh committed Jun 28, 2024
1 parent 92e3d90 commit 72f09e0
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 146 deletions.
2 changes: 1 addition & 1 deletion generate/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
echo $GO_SUBDIRS

cd ..
go run -tags generate github.com/google/addlicense -v -c 'Upbound Inc' -ignore service/spaces/crossplane/supported_versions.yaml *.go $(echo ${GO_SUBDIRS} | xargs)
go run -tags generate github.com/google/addlicense -v -c 'Upbound Inc' *.go $(echo ${GO_SUBDIRS} | xargs)
cd generate
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/upbound/up-sdk-go
go 1.22.1

require (
github.com/Masterminds/semver/v3 v3.2.1
github.com/crossplane/crossplane-runtime v1.15.1
github.com/crossplane/crossplane-tools v0.0.0-20230925130601-628280f8bf79
github.com/external-secrets/external-secrets v0.9.13
Expand All @@ -12,7 +11,6 @@ require (
github.com/google/uuid v1.6.0
github.com/kyverno/kyverno v1.11.4
github.com/pkg/errors v0.9.1
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.29.1
k8s.io/apimachinery v0.29.1
sigs.k8s.io/controller-runtime v0.17.1
Expand Down Expand Up @@ -281,6 +279,7 @@ require (
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
inet.af/netaddr v0.0.0-20230525184311-b8eac61e914a // indirect
k8s.io/apiextensions-apiserver v0.29.1 // indirect
k8s.io/client-go v0.29.1 // indirect
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go
github.com/Masterminds/goutils v1.1.0/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU=
github.com/Masterminds/semver v1.4.2/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y=
github.com/Masterminds/semver v1.5.0/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y=
github.com/Masterminds/semver/v3 v3.2.1 h1:RN9w6+7QoMeJVGyfmbcgs28Br8cvmnucEXnY0rYXWg0=
github.com/Masterminds/semver/v3 v3.2.1/go.mod h1:qvl/7zhW3nngYb5+80sSMF+FG2BjYrf8m9wsX0PNOMQ=
github.com/Masterminds/sprig v2.15.0+incompatible/go.mod h1:y6hNFY5UBTIWBxnzTeuNhlNS5hqE0NB0E6fgfo2Br3o=
github.com/Masterminds/sprig v2.22.0+incompatible/go.mod h1:y6hNFY5UBTIWBxnzTeuNhlNS5hqE0NB0E6fgfo2Br3o=
github.com/Microsoft/go-winio v0.5.0/go.mod h1:JPGBdM1cNvN/6ISo+n8V5iA4v8pBzdOpzfwIujj1a84=
Expand Down
49 changes: 0 additions & 49 deletions service/spaces/crossplane/supported_versions.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions service/spaces/crossplane/versions.go

This file was deleted.

54 changes: 0 additions & 54 deletions service/spaces/crossplane/versions_test.go

This file was deleted.

0 comments on commit 72f09e0

Please sign in to comment.