dependancies
This commit is contained in:
parent
ade493cedf
commit
c2caf1d284
2 changed files with 9 additions and 0 deletions
5
go.mod
5
go.mod
|
|
@ -1,3 +1,8 @@
|
|||
module piekarnikgosi
|
||||
|
||||
go 1.26.2
|
||||
|
||||
require (
|
||||
github.com/adrium/goheif v0.0.0-20230113233934-ca402e77a786 // indirect
|
||||
github.com/vegidio/avif-go v0.0.0-20260318201954-49ee16a82be7 // indirect
|
||||
)
|
||||
|
|
|
|||
4
go.sum
Normal file
4
go.sum
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
github.com/adrium/goheif v0.0.0-20230113233934-ca402e77a786 h1:zvgtcRb2B5gynWjm+Fc9oJZPHXwmcgyH0xCcNm6Rmo4=
|
||||
github.com/adrium/goheif v0.0.0-20230113233934-ca402e77a786/go.mod h1:aKVJoQ0cc9K5Xb058XSnnAxXLliR97qbSqWBlm5ca1E=
|
||||
github.com/vegidio/avif-go v0.0.0-20260318201954-49ee16a82be7 h1:TAgtdm0s/kM05YdoV3/hqz6ApHHtozxdKl5hdJ6YxqQ=
|
||||
github.com/vegidio/avif-go v0.0.0-20260318201954-49ee16a82be7/go.mod h1:/ITCFP53XCH3zFZZLLtPm3jRqsv5CMgefZl4UCuP1rs=
|
||||
Loading…
Add table
Add a link
Reference in a new issue