Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest version tag (v1.1.4) is broken #58

Open
anbsky opened this issue May 19, 2022 · 0 comments
Open

Latest version tag (v1.1.4) is broken #58

anbsky opened this issue May 19, 2022 · 0 comments

Comments

@anbsky
Copy link
Contributor

anbsky commented May 19, 2022

go get github.com/lbryio/reflector.go@latest                                                                                                                  14:28:50
go get: installing executables with 'go get' in module mode is deprecated.
        To adjust and download dependencies of the current module, use 'go get -d'.
        To install using requirements of the current module, use 'go install'.
        To install ignoring the current module, use 'go install' with a version,
        like 'go install example.com/cmd@latest'.
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.
# github.com/lbryio/reflector.go/peer/quic
../../../../Go/pkg/mod/github.com/lbryio/reflector.go@v1.1.4/peer/quic/client.go:27:12: undefined: quic.Session
../../../../Go/pkg/mod/github.com/lbryio/reflector.go@v1.1.4/peer/quic/client.go:44:14: cannot assign quic.Connection to c.conn in multiple assignment
../../../../Go/pkg/mod/github.com/lbryio/reflector.go@v1.1.4/peer/quic/server.go:89:31: not enough arguments in call to listener.Accept
        have ()
        want (context.Context)
../../../../Go/pkg/mod/github.com/lbryio/reflector.go@v1.1.4/peer/quic/server.go:105:40: undefined: quic.Session
../../../../Go/pkg/mod/github.com/lbryio/reflector.go@v1.1.4/peer/quic/server.go:128:16: cannot assign error to err in multiple assignment
../../../../Go/pkg/mod/github.com/lbryio/reflector.go@v1.1.4/peer/quic/server.go:141:17: cannot assign error to err in multiple assignment
@anbsky anbsky changed the title Latest version tag is broken Latest version tag (v1.1.4) is broken May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant