Added step to create header image
This commit is contained in:
parent
75fc8cc598
commit
bb80a7315d
4 changed files with 76 additions and 1 deletions
8
go.mod
Normal file
8
go.mod
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
module lmika.dev/lmika/assets-for-lmika.org
|
||||
|
||||
go 1.25.3
|
||||
|
||||
require (
|
||||
github.com/disintegration/imaging v1.6.2 // indirect
|
||||
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue