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

"go get -t -u ./..." doesn't work well... #1

Open
elhachi opened this issue Dec 26, 2021 · 0 comments
Open

"go get -t -u ./..." doesn't work well... #1

elhachi opened this issue Dec 26, 2021 · 0 comments

Comments

@elhachi
Copy link

elhachi commented Dec 26, 2021

Hello everyone, I have an issue when running the "go get -t -u ./..." command to download dependency packages for mpquic.
I flowed this tutorial " https://multipath-quic.org/2017/12/09/artifacts-available.html", using go1.17.5 instead of go1.9, and I got the following error:
github.com/lucas-clemente/quic-go/internal/crypto
internal/crypto/key_derivation.go:47:60: cs.KeyLen undefined (type mint.CipherSuiteParams has no field or method KeyLen)
internal/crypto/key_derivation.go:48:58: cs.IvLen undefined (type mint.CipherSuiteParams has no field or method IvLen)
I tried to reset the mint repo, as it is mentioned in the tutorial, but it didn't solve the problem.

I know that it is not directly related to th #VideoStreaming-Multipath-TCP-Multipath-QUIC project, but just in case you faced the same issue please tell me how did you solve it ..

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