Add files via upload

This commit is contained in:
Tomáš Dvořák
2025-05-23 08:59:38 +02:00
committed by GitHub
parent 312d3b12c6
commit 78ccd760ee
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -3,6 +3,7 @@ module ppve
go 1.24.2
require (
github.com/fsnotify/fsnotify v1.9.0
github.com/xuri/excelize/v2 v2.9.1
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)
@@ -15,6 +16,7 @@ require (
github.com/xuri/nfp v0.0.1 // indirect
golang.org/x/crypto v0.38.0 // indirect
golang.org/x/net v0.40.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.25.0 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
)