Coder Social home page Coder Social logo

Comments (8)

ArthurCChen avatar ArthurCChen commented on July 19, 2024

I also came across problems when "go get -t -u ./...", logs are below:

go: downloading github.com/onsi/gomega v1.13.0
example.com/m/v2 imports
github.com/lucas-clemente/quic-go/ackhandler: cannot find module providing package github.com/lucas-clemente/quic-go/ackhandler
example.com/m/v2 imports
github.com/lucas-clemente/quic-go/congestion: cannot find module providing package github.com/lucas-clemente/quic-go/congestion
example.com/m/v2 imports
github.com/lucas-clemente/quic-go/internal/crypto: cannot find module providing package github.com/lucas-clemente/quic-go/internal/crypto
example.com/m/v2 imports
github.com/lucas-clemente/quic-go/qerr: cannot find module providing package github.com/lucas-clemente/quic-go/qerr
example.com/m/v2/example imports
github.com/lucas-clemente/quic-go/h2quic: cannot find module providing package github.com/lucas-clemente/quic-go/h2quic
example.com/m/v2 tested by
example.com/m/v2.test imports
github.com/lucas-clemente/quic-go/internal/mocks/mocks_fc: cannot find module providing package github.com/lucas-clemente/quic-go/internal/mocks/mocks_fc
example.com/m/v2/benchmark tested by
example.com/m/v2/benchmark.test imports
github.com/lucas-clemente/quic-go/integrationtests/tools/testlog: cannot find module providing package github.com/lucas-clemente/quic-go/integrationtests/tools/testlog
example.com/m/v2/integrationtests/chrome tested by
example.com/m/v2/integrationtests/chrome.test imports
github.com/lucas-clemente/quic-go/integrationtests/tools/testserver: cannot find module providing package github.com/lucas-clemente/quic-go/integrationtests/tools/testserver

Did you meet the same problem?

from mp-quic.

ArthurCChen avatar ArthurCChen commented on July 19, 2024

@elhachi your question might be solved by following commands:
cd ~/gopath/go_demo/src/github.com/bifurcation/mint
git reset --hard a6080d464fb57a9330c2124ffb62f3c233e3400e
cd ~/gopath/go_demo/src/github.com/lucas-clemente/quic-go
go build

from mp-quic.

elhachi avatar elhachi commented on July 19, 2024

I also came across problems when "go get -t -u ./...", logs are below:

go: downloading github.com/onsi/gomega v1.13.0 example.com/m/v2 imports github.com/lucas-clemente/quic-go/ackhandler: cannot find module providing package github.com/lucas-clemente/quic-go/ackhandler example.com/m/v2 imports github.com/lucas-clemente/quic-go/congestion: cannot find module providing package github.com/lucas-clemente/quic-go/congestion example.com/m/v2 imports github.com/lucas-clemente/quic-go/internal/crypto: cannot find module providing package github.com/lucas-clemente/quic-go/internal/crypto example.com/m/v2 imports github.com/lucas-clemente/quic-go/qerr: cannot find module providing package github.com/lucas-clemente/quic-go/qerr example.com/m/v2/example imports github.com/lucas-clemente/quic-go/h2quic: cannot find module providing package github.com/lucas-clemente/quic-go/h2quic example.com/m/v2 tested by example.com/m/v2.test imports github.com/lucas-clemente/quic-go/internal/mocks/mocks_fc: cannot find module providing package github.com/lucas-clemente/quic-go/internal/mocks/mocks_fc example.com/m/v2/benchmark tested by example.com/m/v2/benchmark.test imports github.com/lucas-clemente/quic-go/integrationtests/tools/testlog: cannot find module providing package github.com/lucas-clemente/quic-go/integrationtests/tools/testlog example.com/m/v2/integrationtests/chrome tested by example.com/m/v2/integrationtests/chrome.test imports github.com/lucas-clemente/quic-go/integrationtests/tools/testserver: cannot find module providing package github.com/lucas-clemente/quic-go/integrationtests/tools/testserver

Did you meet the same problem?

No I didn't meet this error before...

from mp-quic.

elhachi avatar elhachi commented on July 19, 2024

@elhachi your question might be solved by following commands: cd ~/gopath/go_demo/src/github.com/bifurcation/mint git reset --hard a6080d464fb57a9330c2124ffb62f3c233e3400e cd ~/gopath/go_demo/src/github.com/lucas-clemente/quic-go go build

@ArthurCChen unfortunately, I still got the same error...

from mp-quic.

ArthurCChen avatar ArthurCChen commented on July 19, 2024

It seems we're doing the same thing. You can make me a zoom chat anytime:), in case that we can help each other.

from mp-quic.

qdeconinck avatar qdeconinck commented on July 19, 2024

Unfortunately, this code has been done when the Golang did not offer a way to specify precise dependency versions (go.mod and go.sum files). As stated in https://multipath-quic.org/2017/12/09/artifacts-available.html, you can download the VM with the right code using the following link: https://multipath-quic.org/kvm-mpquic.vmdk.zip. If you are willing to, you could try to generate the corresponding deps files and file a PR with this to make this process simpler.

from mp-quic.

Anirudh533 avatar Anirudh533 commented on July 19, 2024

@qdeconinck I have installed this VM in oracle virtualbox (https://multipath-quic.org/kvm-mpquic.vmdk.zip), but I'm not able to generate MPQUIC packets. Can you please guide me on how to do it?

Thank you in advance!

from mp-quic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.