Skip to content

Commit

Permalink
vendor: move golang.org/x/net/http2/hpack back to vendor
Browse files Browse the repository at this point in the history
Updates #14047

Change-Id: I7e314e2c7e3e8da18ab023729740fbc9ea3f661e
Reviewed-on: https://go-review.googlesource.com/21063
Run-TryBot: Brad Fitzpatrick <[email protected]>
TryBot-Result: Gobot Gobot <[email protected]>
Reviewed-by: Robert Griesemer <[email protected]>
  • Loading branch information
bradfitz committed Mar 24, 2016
1 parent afafab3 commit 0104a31
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 12 deletions.
1 change: 0 additions & 1 deletion src/go/build/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ func TestShellSafety(t *testing.T) {
}

func TestImportVendor(t *testing.T) {
t.Skip("skipping; hpack has moved to internal for now; golang.org/issue/14047")
testenv.MustHaveGoBuild(t) // really must just have source
ctxt := Default
ctxt.GOPATH = ""
Expand Down
2 changes: 1 addition & 1 deletion src/go/build/deps_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ var pkgDeps = map[string][]string{
"L4", "NET", "OS",
"compress/gzip", "crypto/tls", "mime/multipart", "runtime/debug",
"net/http/internal",
"internal/golang.org/x/net/http2/hpack",
"golang.org/x/net/http2/hpack",
},
"net/http/internal": {"L4"},

Expand Down
5 changes: 3 additions & 2 deletions src/net/http/h2_bundle.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions src/vendor/README

This file was deleted.

0 comments on commit 0104a31

Please sign in to comment.