<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Dependencies on Gopher Coding</title><link>https://gophercoding.com/tags/dependencies/</link><description>Recent content in Dependencies on Gopher Coding</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Sun, 02 Apr 2023 12:13:48 +0100</lastBuildDate><atom:link href="https://gophercoding.com/tags/dependencies/index.xml" rel="self" type="application/rss+xml"/><item><title>Update All Go Packages in Your Project</title><link>https://gophercoding.com/update-all-packages-dependencies/</link><pubDate>Sat, 18 Jun 2022 14:00:00 +0000</pubDate><guid>https://gophercoding.com/update-all-packages-dependencies/</guid><description>&lt;p>If you want to update all dependencies and &lt;strong>packages&lt;/strong> within your project then the simplest way is to use the &lt;code>go get&lt;/code> command which handles it all for us. Go modules (&lt;strong>go mod&lt;/strong>) will handle most of the versioning of these packages, so deploying and sharing the project will keep the same package versions.&lt;/p></description></item></channel></rss>