Giter Club home page Giter Club logo

Comments (3)

staaldraad avatar staaldraad commented on July 22, 2024

Hey thanks for raising this!

Scratching my head a little here, not sure why it is complaining all of a sudden, after-all: https://pkg.go.dev/github.com/urfave/[email protected]#Context.GlobalString

And with go modules it should be forcing v1.22.1..

I'll have to dig in a little to figure out what is going on

from ruler.

staaldraad avatar staaldraad commented on July 22, 2024

Ok, it isn't out of date packages. It is GOPATH interfering somewhere with the go get.

Force the use of modules with GO111MODULE=on go get github.com/sensepost/ruler and this will work.

$ GO111MODULE=on go get github.com/sensepost/ruler
go: downloading github.com/sensepost/ruler v2.0.18+incompatible
go: github.com/sensepost/ruler upgrade => v2.0.18+incompatible
go: finding module for package github.com/urfave/cli
go: finding module for package github.com/staaldraad/go-ntlm/ntlm
go: finding module for package github.com/howeyc/gopass
go: found github.com/howeyc/gopass in github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
go: found github.com/urfave/cli in github.com/urfave/cli v1.22.5
go: found github.com/staaldraad/go-ntlm/ntlm in github.com/staaldraad/go-ntlm v0.0.0-20200612175713-cd032d41aa8c
go: finding module for package golang.org/x/sys/unix
go: finding module for package golang.org/x/crypto/ssh/terminal
go: downloading golang.org/x/sys v0.0.0-20210218155724-8ebf48af031b
go: downloading golang.org/x/crypto v0.0.0-20210218145215-b8e89b74b9df
go: found golang.org/x/crypto/ssh/terminal in golang.org/x/crypto v0.0.0-20210218145215-b8e89b74b9df
go: found golang.org/x/sys/unix in golang.org/x/sys v0.0.0-20210218155724-8ebf48af031b
go: downloading golang.org/x/term v0.0.0-20201117132131-f5c789dd3221

from ruler.

staaldraad avatar staaldraad commented on July 22, 2024

I've updated the wiki to reflect the requirement for go modules.

from ruler.

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.