Skip to content

Commit

Permalink
Update to include QIP018
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalyst committed Jul 29, 2023
1 parent 26db7c7 commit 60624a9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -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?
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -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
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -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=

0 comments on commit 60624a9

Please sign in to comment.