Remove integrity checks

This commit is contained in:
Dave Gallant
2024-01-02 18:11:39 -05:00
parent 537c1b3d3b
commit 3f549f7576
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -3,6 +3,6 @@ module davegallant.github.io
go 1.21
require (
github.com/davegallant/hugo-theme-gruvbox v0.0.0-20240102202609-f31cb2b5c2f4 // indirect
github.com/davegallant/hugo-theme-gruvbox v0.0.0-20240102231105-90b486f98b82 // indirect
github.com/schnerring/hugo-mod-json-resume v0.0.0-20231224014047-e651a547c19a // indirect
)