minor update to updating depencies to mention that 'go get' updates go.mod.
diff --git a/Modules.md b/Modules.md
index 4a695f9..3dc9b20 100644
--- a/Modules.md
+++ b/Modules.md
@@ -115,7 +115,7 @@
### Updating Dependencies
-Day-to-day adding, removing, upgrading, and downgrading of dependencies should be done using 'go get'.
+Day-to-day adding, removing, upgrading, and downgrading of dependencies should be done using 'go get', which will automatically update the go.mod file.
To upgrade to the latest version for all transitive dependencies of the current module:
* run `go get -u` to use newer minor or patch releases