diff --git a/go.mod b/go.mod index 88ad6d8..9c8b1bd 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,6 @@ 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 ) @@ -16,7 +15,6 @@ 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 )