Giter Club home page Giter Club logo

Comments (5)

vmihailenco avatar vmihailenco commented on August 23, 2024

I think fixing govend is much better approach. Because I use godep and it does not have any issues with eliminating google.golang.org/appengine dependency.

from msgpack.

gabriel avatar gabriel commented on August 23, 2024

I think this might be worth reconsidering now that go modules are here?

from msgpack.

vmihailenco avatar vmihailenco commented on August 23, 2024

We can do that for v5, but I doubt that moving it to a subpackage changes anything for go.mod. AFAIK go.mod includes everything it can find but that does not mean that the package is used / required.

@gabriel what do you try to improve here?

from msgpack.

gabriel avatar gabriel commented on August 23, 2024

I think if you include msgpack in your project you might get appengine as an indirect dependency in go.mod.
It's unclear to me why sometimes is shows as an //indirect and sometimes it's not present in go.mod at all.
For example, if I go mod tidy it gets removed, but if I go get -u it gets included back.

Also showing the go mod graph always includes appengine and all it's dependencies as well as go mod why .

> go mod why google.golang.org/appengine
# google.golang.org/appengine
github.com/keys-pub/keys/keyring
github.com/vmihailenco/msgpack/v4
google.golang.org/appengine/datastore
google.golang.org/appengine

I am trying to keep what dependencies show up to a minimum in a particular project I am using just because it's in the security/privacy space and want visibility of dependencies to be really obvious and having appengine show up (even if indirect and unused) could be confusing, if that makes sense.

from msgpack.

vmihailenco avatar vmihailenco commented on August 23, 2024

I don't read much about go mod, but I believe it tries to record all potential dependencies just in case to be able to properly resolve version conflicts. It does not mean that dependency is actually used. For example, the whole appengine.go file in this repo has // +build appengine so it is not even getting compiled unless you are using appengine.

from msgpack.

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.