Git Product home page Git Product logo

Comments (7)

chrislusf avatar chrislusf commented on July 22, 2024

could you please send a pull request for this. I am currently not 100% clear.

from glow.

alpe avatar alpe commented on July 22, 2024

With go get ./... you'll always get the latest master. For reproducible builds you want to pin specific versions of your 3rd party libs. People usually use vendoring or dependency management tools. This page contains many options: https://github.com/golang/go/wiki/PackageManagementTools

from glow.

joeblew99 avatar joeblew99 commented on July 22, 2024

Mhh dependency tooling.
From what i can see Glow has none right now.
Well which one ? Thats always the question.
I used godep:
https://github.com/tools/godep/graphs/contributors

But these days i have found Glide to be better:
https://github.com/Masterminds/glide
Glide is really activly developed and the main developer is really eager to make it the best one i feel

from glow.

chrislusf avatar chrislusf commented on July 22, 2024

Golang's official "vendor" folder seems the right way to go though.

from glow.

joeblew99 avatar joeblew99 commented on July 22, 2024

yes, but what to use with it is what i am raising. Have to decide toolng. What goes into the Vendor folder is NOT standardised

from glow.

JensRantil avatar JensRantil commented on July 22, 2024

@chrislusf I think glide essentially relies on the official vendoring, it's simply a helper tool for that.

from glow.

chrislusf avatar chrislusf commented on July 22, 2024

already using glide.

from glow.

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.