Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Add go dependencies (go mod tidy && go mod vendor) #12

Closed

Conversation

christoph-jerolimov
Copy link
Member

@christoph-jerolimov christoph-jerolimov commented Dec 21, 2023

This PR is a follow up (and based on #11).

I created two so that you can hopefully merge #11 independently and then share if you are fine adding the vendor folders to this project.

To be honest, it just removes the dependency on downloading external sources when building the project, but it doesn't reduce the build time.

What do you think about including the dependency? I'm fine if you close this because it has less benefit than expected.

docker build --progress=plain --no-cache .

@christoph-jerolimov christoph-jerolimov changed the title Add vendor Add go dependencies (go mod tidy && go mod vendor) Dec 21, 2023
@mimotej
Copy link

mimotej commented Jan 6, 2024

I am not sure if using vendor folder for so small project is worth it, but I think that I do not know all aspects of this to be able to properly decide, so I will leave it probably up to others :). Ultimately personally I am not against it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants