[PR #82] [CLOSED] Added resources for Dependency Management #251

Closed
opened 2026-05-05 11:33:54 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/enocom/gopher-reading-list/pull/82
Author: @ekamwalia
Created: 10/21/2018
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • 023c389 Added resources for dep management
  • 56013f6 Added resources for Go Modules
  • 2ea1ac2 Modified Dependency management links

📊 Changes

1 file changed (+6 additions, -1 deletions)

View changed files

📝 README.md (+6 -1)

📄 Description

With the release of Modules in Go 1.11.0 and even since before that, there has been quite a lot of talk about dependency management with Go.

Keeping that in mind, I have added 3 resources for understanding and using two tools: dep and modules.

These are added under a new heading Dependency Management in the Intermediate section

The resources are -


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/enocom/gopher-reading-list/pull/82 **Author:** [@ekamwalia](https://github.com/ekamwalia) **Created:** 10/21/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`023c389`](https://github.com/enocom/gopher-reading-list/commit/023c38987defb2eee15748788c05d65570cbfc00) Added resources for dep management - [`56013f6`](https://github.com/enocom/gopher-reading-list/commit/56013f6bd966494d63876e02c8ad0e42823ff51b) Added resources for Go Modules - [`2ea1ac2`](https://github.com/enocom/gopher-reading-list/commit/2ea1ac29d6642fa7ce5c0175fa86f3080a8838d7) Modified Dependency management links ### 📊 Changes **1 file changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+6 -1) </details> ### 📄 Description With the release of Modules in Go 1.11.0 and even since before that, there has been quite a lot of talk about dependency management with Go. Keeping that in mind, I have added 3 resources for understanding and using two tools: `dep` and `modules`. These are added under a new heading *Dependency Management* in the *Intermediate* section The resources are - - [An Intro to dependency management with Go](https://medium.freecodecamp.org/an-intro-to-dep-how-to-manage-your-golang-project-dependencies-7b07d84e7ba5) - [Go Modules (Introduced experimentally in Go 1.11.0)](https://github.com/golang/go/wiki/Modules) - [A gentle introduction to Go Modules](https://ukiahsmith.com/blog/a-gentle-introduction-to-golang-modules/) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 11:33:54 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/gopher-reading-list#251
No description provided.