File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -17,21 +17,21 @@ let package = Package(
1717 ] ,
1818 dependencies: [
1919 . package ( url: " https://github.com/vapor/vapor.git " , from: " 4.0.0-rc " ) ,
20- . package ( url: " https://github.com/vapor-community/google-cloud-kit.git " , . exact ( " 1.0.0-alpha.9 " ) )
20+ . package ( url: " https://github.com/vapor-community/google-cloud-kit.git " , from : " 1.0.0-alpha.11 " )
2121 ] ,
2222 targets: [
2323 . target(
2424 name: " GoogleCloud " ,
2525 dependencies: [
2626 . product( name: " Vapor " , package : " vapor " ) ,
27- . product( name: " google-cloud-kit " , package : " google-cloud-kit " ) ,
27+ . product( name: " GoogleCloudKit " , package : " google-cloud-kit " ) ,
2828 ] ) ,
2929
3030 . target(
3131 name: " CloudStorage " ,
3232 dependencies: [
3333 . product( name: " Vapor " , package : " vapor " ) ,
34- . product( name: " google-cloud-storage " , package : " google-cloud-kit " ) ,
34+ . product( name: " GoogleCloudStorage " , package : " google-cloud-kit " ) ,
3535 ] ) ,
3636 ]
3737)
Original file line number Diff line number Diff line change 66//
77
88import Vapor
9-
10- @_exported import GoogleCloud
119@_exported import Storage
10+ @_exported import GoogleCloud
1211
1312extension Application . GoogleCloudPlatform {
1413 private struct CloudStorageAPIKey : StorageKey {
You can’t perform that action at this time.
0 commit comments