Coder Social home page Coder Social logo

Cannot install using Go modules about jwtauth HOT 7 CLOSED

go-chi avatar go-chi commented on August 15, 2024
Cannot install using Go modules

from jwtauth.

Comments (7)

carldunham avatar carldunham commented on August 15, 2024

And by "relying on", I really mean "too lazy to work around", which I actually already have. Just leaving this here as evidence that more people are migrating to modules (as you apparently have for your own dependency management), and that this might be something to give higher priority to. It does seem like the "modules >= v2" problem has not been addressed well. Hopefully, you can find a clean way to deal with it. Happy to help if I can.

from jwtauth.

VojtechVitek avatar VojtechVitek commented on August 15, 2024

GO111MODULE=on go get -u github.com/go-chi/[email protected] should work

from jwtauth.

carldunham avatar carldunham commented on August 15, 2024

Sadly, that does not:

% GO111MODULE=on go get -u github.com/go-chi/[email protected]
go: finding github.com/go-chi/jwtauth v4.0.2
go: finding github.com/go-chi/jwtauth v4.0.2
go get github.com/go-chi/[email protected]: github.com/go-chi/[email protected]: invalid version: module contains a go.mod file, so major version must be compatible: should be v0 or v1, not v4

from jwtauth.

VojtechVitek avatar VojtechVitek commented on August 15, 2024

Interesting. I didn't realize I was using v3.2.0+incompatible in my codebase so far.

from jwtauth.

VojtechVitek avatar VojtechVitek commented on August 15, 2024

You're right. This project shouldn't have go.mod file, since it's not released with a proper "/v4" module path.

You'll have to use exact commit SHA when installing this pkg for now..

v4.0.2 has SHA 47840ab, see https://github.com/go-chi/jwtauth/releases

and this works:

GO111MODULE=on go get -u github.com/go-chi/jwtauth@47840abb19b36dcf4d3ab4123b605b28ea511bc8

from jwtauth.

pkieltyka avatar pkieltyka commented on August 15, 2024

hey guys, I've resolved this with jwtauth v4.0.3 -- that is, I've removed the invalid go.mod file.

also see #38 (comment)

from jwtauth.

carldunham avatar carldunham commented on August 15, 2024

Hey, thanks for this. Working great now!

from jwtauth.

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.