chore(deps): update module github.com/fsnotify/fsnotify to v1.10.0
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 49s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 13s
Lint Markdown files / Run markdown linter (pull_request) Successful in 6s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 1m48s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 31s

This commit is contained in:
2026-04-30 00:21:11 +00:00
parent cc57dcc360
commit b1fd797994
2 changed files with 4 additions and 4 deletions

4
go.mod
View File

@@ -1,9 +1,9 @@
module git.cryptic.systems/volker.raschek/tarr
go 1.22.6
go 1.23
require (
github.com/fsnotify/fsnotify v1.9.0
github.com/fsnotify/fsnotify v1.10.0
github.com/sirupsen/logrus v1.9.4
github.com/spf13/cobra v1.10.2
github.com/stretchr/testify v1.11.1