Skip to content

Commit 5d02dc4

Browse files
committed
drop unneeded dep
1 parent bc8c834 commit 5d02dc4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pkgs/google_cloud/lib/src/serving/json_request_checking.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
import 'dart:io';
16-
import 'package:http_parser/http_parser.dart';
16+
import 'package:http/http.dart' show MediaType;
1717
import 'package:meta/meta.dart';
1818

1919
/// Evaluates whether to send a JSON response based on request headers.

pkgs/google_cloud/pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ environment:
1111
dependencies:
1212
collection: ^1.19.0
1313
http: ^1.1.0
14-
http_parser: ^4.0.0
1514
io: ^1.0.3
1615
meta: ^1.18.1
1716
shelf: ^1.4.0

0 commit comments

Comments
 (0)