Giter Club home page Giter Club logo

Comments (5)

r1se avatar r1se commented on July 20, 2024

Easy fix, use
go get github.com/aopoltorzhicky/go_kraken/websocket@master

from go_kraken.

aopoltorzhicky avatar aopoltorzhicky commented on July 20, 2024

Thanks for pull request and the issue. I published v0.0.11 with your changes and previous fixes.

from go_kraken.

byroncoetsee avatar byroncoetsee commented on July 20, 2024

Sorry to bring this up from the dead but, I'm seeing code in this repo that I can't find in my own version of this package... I've used the standard go get. I've also tried go get github.com/aopoltorzhicky/go_kraken/websocket@master but no luck.

According to my go.mod file, I'm using v0.0.3 but it seems the latest is v0.0.5? Or v0.0.4? Or v0.1.10? I'm not sure - I get different numbers depending where I look...

from go_kraken.

aopoltorzhicky avatar aopoltorzhicky commented on July 20, 2024

Sorry to bring this up from the dead but, I'm seeing code in this repo that I can't find in my own version of this package... I've used the standard go get. I've also tried go get github.com/aopoltorzhicky/go_kraken/websocket@master but no luck.

According to my go.mod file, I'm using v0.0.3 but it seems the latest is v0.0.5? Or v0.0.4? Or v0.1.10? I'm not sure - I get different numbers depending where I look...

Hello!
The current version is websocket/v0.1.10. It is not compatible with versions 0.0.x because the kernel of library has been rewritten. An old version of the library may have been cached. You could try something like that:

go get -u github.com/aopoltorzhicky/go_kraken/[email protected]

from go_kraken.

byroncoetsee avatar byroncoetsee commented on July 20, 2024

Ok I deleted what I had and ran go get -u github.com/aopoltorzhicky/go_kraken/[email protected]
My go.mod now includes these which I assume are correct.
It must have been a caching issue - which is strange since the last release was made ages ago 🤔
Anyway. Thank you, again 😊

github.com/aopoltorzhicky/go_kraken/rest v0.0.4 // indirect
github.com/aopoltorzhicky/go_kraken/websocket v0.1.10 // indirect

from go_kraken.

Related Issues (16)

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.