| # Copyright 2019 The Flutter Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| name: cocoon_service |
| description: AppEngine service for managing Flutter CI |
| homepage: https://github.com/flutter/cocoon |
| publish_to: none |
| |
| resolution: workspace |
| |
| environment: |
| sdk: ^3.10.0 |
| |
| dependencies: |
| appengine: 0.13.11 |
| archive: ^4.0.7 |
| args: ^2.6.0 |
| buildbucket: |
| path: ../packages/buildbucket-dart |
| cocoon_common: |
| path: ../packages/cocoon_common |
| cocoon_server: |
| path: ../packages/cocoon_server |
| collection: ^1.19.1 |
| corsac_jwt: ^2.0.2 |
| crypto: ^3.0.6 |
| dbcrypt: 2.0.0 |
| file: ^7.0.1 |
| fixnum: 1.1.1 |
| gcloud: 0.8.19 |
| github: 9.25.0 |
| googleapis: 14.0.0 |
| googleapis_auth: 2.0.0 |
| gql: ^1.0.1-alpha+1730759315362 |
| graphql: ^5.2.3 |
| grpc: ^4.0.1 |
| http: ^1.2.1 |
| http_parser: ^4.1.2 |
| jose_plus: ^0.4.6 |
| json_annotation: ^4.9.0 |
| logging: ^1.3.0 |
| meta: ^1.16.0 |
| mime: ^2.0.0 |
| mutex: 3.1.0 |
| neat_cache: 2.0.5 |
| path: ^1.9.1 |
| process: ^5.0.3 |
| process_runner: 4.2.4 |
| protobuf: 3.1.0 |
| retry: ^3.1.2 |
| truncate: 3.0.1 |
| yaml: ^3.1.3 |
| |
| #dependency_overrides: |
| # protobuf: 3.1.0 |
| |
| dev_dependencies: |
| build_runner: ^2.4.15 |
| cocoon_common_test: |
| path: ../packages/cocoon_common_test |
| cocoon_integration_test: |
| path: ../packages/cocoon_integration_test |
| cocoon_server_test: |
| path: ../packages/cocoon_server_test |
| dart_flutter_team_lints: ^3.5.2 |
| fake_async: ^1.3.3 |
| json_serializable: ^6.9.4 |
| mockito: ^5.4.6 |
| native_assets_cli: ^0.18.0 |
| platform: ^3.1.6 |
| test: ^1.25.15 |
| |
| builders: |
| json_serializable: ^3.3.0 |