diff --git a/README.md b/README.md index 2f34d961..44e74113 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,14 @@ Then run, from the root directory linkinator ``` +## Updating go modules (for QIPs) + +When a QIP is changed, it's good to pull in any changes through a go module update + +```shell +hugo mod get -u +``` + ## Caveats ### Crash of development server under MacOS? diff --git a/go.mod b/go.mod index 70cbc751..560bc075 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/theQRL/theqrl.org go 1.17 -require github.com/theQRL/qips v0.0.0-20220324164337-700a2ae038be // indirect +require github.com/theQRL/qips v0.0.0-20230728165657-970326babc8c // indirect diff --git a/go.sum b/go.sum index 28da9407..85a99838 100644 --- a/go.sum +++ b/go.sum @@ -6,3 +6,5 @@ github.com/theQRL/qips v0.0.0-20220126192625-ef9af2c7abf4 h1:VvLf51/ik1F8EdGjZBs github.com/theQRL/qips v0.0.0-20220126192625-ef9af2c7abf4/go.mod h1:Mjgd1ITETFbQojo0ZIE2jsyq9swanQDLvJo5dtPr+Ys= github.com/theQRL/qips v0.0.0-20220324164337-700a2ae038be h1:MILVcOLD17yhEIZZ6uJlXeVKgPMtECIuGCY2kJNS5SE= github.com/theQRL/qips v0.0.0-20220324164337-700a2ae038be/go.mod h1:Mjgd1ITETFbQojo0ZIE2jsyq9swanQDLvJo5dtPr+Ys= +github.com/theQRL/qips v0.0.0-20230728165657-970326babc8c h1:w/IsGOccXRnSEb3nkmTGW9uPl2uRncnBTmfJ8U2faBE= +github.com/theQRL/qips v0.0.0-20230728165657-970326babc8c/go.mod h1:Mjgd1ITETFbQojo0ZIE2jsyq9swanQDLvJo5dtPr+Ys=