-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
http2/h2demo: stop using gitlock, use Go modules
Updates golang/go#26872 Change-Id: If2a96708d1fcf43b7ce20a48fa5ae3492f970187 Reviewed-on: https://go-review.googlesource.com/c/net/+/176318 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
- Loading branch information
Showing
4 changed files
with
79 additions
and
252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
module golang.org/x/net/http2/h2demo | ||
|
||
go 1.12 | ||
|
||
require ( | ||
cloud.google.com/go v0.36.0 | ||
cloud.google.com/go v0.38.0 | ||
go4.org v0.0.0-20190218023631-ce4c26f7be8e | ||
golang.org/x/build v0.0.0-20190311051652-b8db43dd7225 | ||
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 | ||
golang.org/x/net v0.0.0-20190311175648-12eef18f757f | ||
golang.org/x/build v0.0.0-20190509182522-45de920fc22c | ||
golang.org/x/crypto v0.0.0-20190424203555-c05e17bb3b2d | ||
golang.org/x/net v0.0.0-20190502183928-7f726cade0ab | ||
) | ||
|
||
replace golang.org/x/net => ../.. |
Oops, something went wrong.