Code Monkey home page Code Monkey logo

Comments (6)

alakotko avatar alakotko commented on June 19, 2024 2

With new version of dep Gopkg.lock need to be
[[projects]] branch = "master" name = "github.com/bshuster-repo/logrus-logstash-hook" packages = ["."] pruneopts = "UT" revision = "1e961e8e173c48bdddbf90e4fc4df8eaf8a7e918"

from logrus-logstash-hook.

boaz0 avatar boaz0 commented on June 19, 2024

@rendyfebry thanks for your report. I will look at it.

from logrus-logstash-hook.

alihalabyah avatar alihalabyah commented on June 19, 2024

Any updates?

from logrus-logstash-hook.

boaz0 avatar boaz0 commented on June 19, 2024

@alihalabyah I am really sorry but I am very busy. If someone can take this, I will be appreciate it.

from logrus-logstash-hook.

boaz0 avatar boaz0 commented on June 19, 2024

I will be working on this. I allocated some time for this in the next 2 weeks.
Sorry for taking it too long. 😀

from logrus-logstash-hook.

boaz0 avatar boaz0 commented on June 19, 2024

ping @alihalabyah @rendyfebry

Why it fails

OK I think I know what's the problem.
version/release 1.0-beta is pointing to the master.
While v0.4.1 which is fetched by go dep is an old version of this package but was released to allow users to use the old logrus-logstash-hook API with the new logrus version.

Workaround

  • Go to Gopkg.toml and change the logrus-logstash-hook section to:
[[constraint]]
  name = "github.com/bshuster-repo/logrus-logstash-hook"
  branch = "master"
  source = "github.com/bshuster-repo/logrus-logstash-hook"
  • Go to Gopkg.lock and change the logrus-logstash-hook section to:
[[projects]]                                                                                        
  branch = "master"                               
  name = "github.com/bshuster-repo/logrus-logstash-hook"
  packages = ["."]       
  source = "github.com/bshuster-repo/logrus-logstash-hook"
  • Run ${GOPATH}/bin/dep ensure in your project directory.

Next release

In next release I am going to solve this problem by allowing the old API and mark it as deprecated.
By doing so, even if you're using old API you can use the latest release.

Thanks.

from logrus-logstash-hook.

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.