Meta: Add resource-builders as a dependency
This commit is contained in:
parent
a1b8bc4630
commit
ccd2a25920
3 changed files with 8 additions and 1 deletions
4
go.mod
4
go.mod
|
@ -1,3 +1,5 @@
|
|||
module github.com/erynofwales/hugo-commandbar/v2
|
||||
|
||||
go 1.22.4
|
||||
go 1.22.5
|
||||
|
||||
require github.com/erynofwales/hugo-resource-builders/v2 v2.0.0-20240803231744-42f70cc8fb1d // indirect
|
||||
|
|
2
go.sum
Normal file
2
go.sum
Normal file
|
@ -0,0 +1,2 @@
|
|||
github.com/erynofwales/hugo-resource-builders/v2 v2.0.0-20240803231744-42f70cc8fb1d h1:m/HK/5sbD+hLfW61dXNL0py93dBKy3kKf40zw4Fpnlo=
|
||||
github.com/erynofwales/hugo-resource-builders/v2 v2.0.0-20240803231744-42f70cc8fb1d/go.mod h1:5sWk4NdGyGeXVA88py/84BRcoULSMI3/OnqlziPg9AE=
|
|
@ -3,3 +3,6 @@ module:
|
|||
hugoVersion:
|
||||
extended: false
|
||||
min: "0.116.0"
|
||||
|
||||
imports:
|
||||
- path: github.com/erynofwales/hugo-resource-builders/v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue