GithubHelp home page GithubHelp logo

Comments (5)

defactojob avatar defactojob commented on August 16, 2024

it's due to golang/go#35450

Exclude and replace apply only in the main module's go.mod and are ignored in dependencies.

you'd need to add to the top level project that imports solana-go

replace github.com/dfuse-io/binary => github.com/gagliardetto/binary v0.4.0
replace github.com/google/gofuzz => github.com/gagliardetto/gofuzz v1.2.1

from solana-go.

defactojob avatar defactojob commented on August 16, 2024

more compilation problem...

solana-go/rpc/ws/client.go:26:2: missing go.sum entry for module providing package github.com/buger/jsonparser (imported by github.com/gagliardetto/solana-go/rpc/ws); to add:
        go get github.com/gagliardetto/solana-go/rpc/[email protected]
solana-go/rpc/ws/client.go:27:2: missing go.sum entry for module providing package github.com/gorilla/rpc/v2/json2 (imported by github.com/gagliardetto/solana-go/rpc/ws); to add:
        go get github.com/gagliardetto/solana-go/rpc/[email protected]
solana-go/rpc/ws/client.go:28:2: missing go.sum entry for module providing package github.com/gorilla/websocket (imported by github.com/gagliardetto/solana-go/rpc/ws); to add:
        go get github.com/gagliardetto/solana-go/rpc/[email protected]

from solana-go.

gagliardetto avatar gagliardetto commented on August 16, 2024

from solana-go.

gagliardetto avatar gagliardetto commented on August 16, 2024

Hi! Thanks for filing an issue!

I fixed the problem and released v0.4.3

The correct dependencies now are:

go get github.com/gagliardetto/[email protected]
go get github.com/gagliardetto/[email protected]
go get github.com/gagliardetto/[email protected]

from solana-go.

gagliardetto avatar gagliardetto commented on August 16, 2024

Closing.

from solana-go.

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.