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 Nov 20, 2024
1 parent 7457ae3 commit 192482a
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,14 +3,12 @@ module github.com/upbound/up-sdk-go
go 1.23.1

require (
github.com/Masterminds/semver/v3 v3.2.1
github.com/crossplane/crossplane-runtime v1.15.1
github.com/google/addlicense v1.1.1
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
github.com/pkg/errors v0.9.1
github.com/upbound/up-sdk-go/apis v1.8.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/apimachinery v0.29.1
)

Expand Down Expand Up @@ -49,6 +47,7 @@ require (
google.golang.org/protobuf v1.32.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/api v0.29.1 // indirect
k8s.io/client-go v0.29.1 // indirect
k8s.io/klog/v2 v2.120.1 // indirect
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
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/bmatcuk/doublestar/v4 v4.0.2 h1:X0krlUVAVmtr2cRoTqR8aDMrDqnB36ht8wpWTiQ3jsA=
github.com/bmatcuk/doublestar/v4 v4.0.2/go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTSPVIjEY1Wr7jzc=
github.com/crossplane/crossplane-runtime v1.15.1 h1:g1h75tNYOQT152IUNxs8ZgSsRFQKrZN9z69KefMujXs=
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 192482a

Please sign in to comment.