Giter VIP home page Giter VIP logo

Comments (6)

jjeffery avatar jjeffery commented on July 30, 2024 1

Can you please confirm which revision you were depending on? By my reckoning, your Gopkg.toml will have a stanza that looks something like:

[[constraint]]
  name = "github.com/jjeffery/kv"
  version = "1.0.0"

Also, your Gopkg.lock will have a stanza that looks something like:

[[projects]]
  digest = "1:dc3323cd00beb2b3c36868af28fa142b059359b6385b95fe6545fe5ab03ae37c"
  name = "github.com/jjeffery/kv"
  packages = ["."]
  pruneopts = ""
  revision = "e16ed12583c8a365f8ae714c7564eeef173447dc"
  version = "v1.0"

from kv.

jjeffery avatar jjeffery commented on July 30, 2024

@karlmutch Yes, I removed some tags a month or two ago. My sincere apologies, but I had no idea that anyone other than myself was using this repo. I decided to make some breaking changes to the library, and figured that since I was the only one using it, I'd rather fix the breaks in my own code.

I have not done that before, and promise not to do it again. In the meantime, I can put some tags back. Are you using Go modules or dep or something else?

from kv.

karlmutch avatar karlmutch commented on July 30, 2024

thanks for putting them back, using dep.

from kv.

karlmutch avatar karlmutch commented on July 30, 2024

Hi, Yes I believe that is it. Thanks

from kv.

jjeffery avatar jjeffery commented on July 30, 2024

@karlmutch I have created a release that you can use. Because of the subsequent breaking changes, I've named it v0.7.0. So you need to update your Gopkg.toml to look something like:

[[constraint]]
  name = "github.com/jjeffery/kv"
  version = "0.7.0"

And run a dep ensure. I hope that is not too much inconvenience.

from kv.

karlmutch avatar karlmutch commented on July 30, 2024

Thanks for doing this ... no problem on the ensure.

from kv.

Related Issues (1)

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.