Source: golang-github-bradfitz-http2
Version: 0.0~git20150509-1 
Severity: normal
Affects: -1 etcd golang-google-grpc

There were some changes upstream and some packages now import as  

    golang.org/x/net/http2/hpack

instead of old

    github.com/bradfitz/http2/hpack

which cause FTBFS.

Legacy upstream home page at https://github.com/bradfitz/http2 say:

~~~~
This was the old home of Go's HTTP/2 implementation.

It now lives in the Go repo.

I'm keeping this tree working for now, but please update your imports
to:

    import "golang.org/x/net/http2"

Godoc is:

    https://godoc.org/golang.org/x/net/http2

http2 is enabled by default in Go 1.6+ with no changes to your
code. Unless you're doing something weird, you should not need to
import golang.org/x/net/http2.

The code is now at:

    https://go.googlesource.com/net/ (main repo)
    ... in directory https://go.googlesource.com/net/+/master/http2/

Github mirror:
    https://github.com/golang/net/tree/master/http2 (mirror)
~~~~

Please update for new home page and repository; please upload new upstream 
snapshot; please install compatibility symlink.

Thanks.

-- 
Cheers,
 Dmitry Smirnov
 GPG key : 4096R/53968D1B

---

Odious ideas are not entitled to hide from criticism behind the human
shield of their believers' feelings.
        -- Richard Stallman

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

Reply via email to