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

Pin crossplane to v0.8.0 and crossplane-runtime to v0.5.0 #179

Merged
merged 1 commit into from Feb 18, 2020
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Expand Up @@ -4,8 +4,8 @@ go 1.13

require (
cloud.google.com/go v0.45.1
github.com/crossplaneio/crossplane v0.7.0-rc.0.20200215170630-152303e014b1
github.com/crossplaneio/crossplane-runtime v0.4.1-0.20200213015649-e59980916293
github.com/crossplaneio/crossplane v0.8.0
github.com/crossplaneio/crossplane-runtime v0.5.0
github.com/crossplaneio/crossplane-tools v0.0.0-20200214190114-c7c4365eeb95
github.com/google/go-cmp v0.3.1
github.com/googleapis/gax-go v1.0.3
Expand Down
10 changes: 4 additions & 6 deletions go.sum
Expand Up @@ -64,12 +64,10 @@ github.com/coreos/go-semver v0.3.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3Ee
github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=
github.com/coreos/pkg v0.0.0-20180108230652-97fdf19511ea/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA=
github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE=
github.com/crossplaneio/crossplane v0.7.0-rc.0.20200215170630-152303e014b1 h1:bUKnzIhtS1e8aJ8OpblEoFtXPnZvhiRMy1ZWUQqKAVg=
github.com/crossplaneio/crossplane v0.7.0-rc.0.20200215170630-152303e014b1/go.mod h1:Lvh+lnRUYFT7BymbDAAN6+K+C0NgQUtm42YeTP3+edU=
github.com/crossplaneio/crossplane-runtime v0.4.1-0.20200201005410-a6bb086be888 h1:vO/7jO4Vz1+1IxNximywy5Sr/dj5vwFKhii9x4pyz+Q=
github.com/crossplaneio/crossplane-runtime v0.4.1-0.20200201005410-a6bb086be888/go.mod h1:97hx6LIBkjI0fjfMGPRCOGI7Pm6qUhoN9zTCWrP4XvU=
github.com/crossplaneio/crossplane-runtime v0.4.1-0.20200213015649-e59980916293 h1:PrJDg3nwP2GUfuubTe0CA1qn+SBLZDnBCS+UhwjwUhs=
github.com/crossplaneio/crossplane-runtime v0.4.1-0.20200213015649-e59980916293/go.mod h1:97hx6LIBkjI0fjfMGPRCOGI7Pm6qUhoN9zTCWrP4XvU=
github.com/crossplaneio/crossplane v0.8.0 h1:cKI0dZKfV/sEiZ2qhJD354g39hEEcqrDM3pEPUIGegs=
github.com/crossplaneio/crossplane v0.8.0/go.mod h1:H6dRVBf1RYP6ZzzwrCmBMaIkng5ClqVnYTQjHcLha0U=
github.com/crossplaneio/crossplane-runtime v0.5.0 h1:rPnaWu8z6smAg25e9ywWKh5nRbGsDQKMBdzncTtXrEU=
github.com/crossplaneio/crossplane-runtime v0.5.0/go.mod h1:97hx6LIBkjI0fjfMGPRCOGI7Pm6qUhoN9zTCWrP4XvU=
github.com/crossplaneio/crossplane-tools v0.0.0-20191220202319-9033bd8a02ce h1:V7cUPRBxbJr0siRHn459gb6hfMXaEA+pGm0Yt5aXdhQ=
github.com/crossplaneio/crossplane-tools v0.0.0-20191220202319-9033bd8a02ce/go.mod h1:fzQeWDvZvzaC4N8vPjTubQocGnwzQ4cuZM6949+T43U=
github.com/crossplaneio/crossplane-tools v0.0.0-20200214190114-c7c4365eeb95 h1:PizQdqEoP9nHU3oCO6/1DrqNHaCPANPHBwaGTVi0Wqk=
Expand Down