Giter Club home page Giter Club logo

Comments (5)

ahmetb avatar ahmetb commented on June 1, 2024

For some reason I'm unable to get go mod tidy to remove it from go.sum.

When I delete it manually, it keeps coming back when I run go mod tidy.

from apimachinery.

liggitt avatar liggitt commented on June 1, 2024

what version of k8s.io/apimachinery are you using?

from apimachinery.

ahmetb avatar ahmetb commented on June 1, 2024

Good point. I was on k8s.io/apimachinery v0.0.0-20180528140728-94ebb086c69b now I bumped to k8s.io/apimachinery v0.0.0-20190717022731-0bb8574e0887 and the problem went away.

I'll close this, but it might be good to remove the unused reference from Godeps.json, I'm feeling like go mod is reading that to add it back to go.sum.

from apimachinery.

liggitt avatar liggitt commented on June 1, 2024

go mod doesn't look at Godeps.json

$ GO111MODULE=on go mod graph | grep ghodss
k8s.io/[email protected] github.com/ghodss/[email protected]

that's why it's still getting pulled into the sum file

from apimachinery.

dims avatar dims commented on June 1, 2024

fyi, we are working on trying to removing ghodss/yaml kubernetes/kubernetes#77024

from apimachinery.

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.