From 834eaea27ea026057e86022cd651b1ad8009cb1b Mon Sep 17 00:00:00 2001 From: Bernhard Guillon Date: Tue, 7 Jul 2026 11:22:55 +0200 Subject: Downgrade dependencies for Go 1.21 compatibility - fsnotify v1.7.0 (was v1.10.1, required Go 1.23) - x/sys v0.4.0 (was v0.13.0, required Go 1.23) - go.mod: go 1.21 (no toolchain directive) --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 225eb23..3ae37ff 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,10 @@ module sourcewatch -go 1.23 +go 1.21 require ( - github.com/fsnotify/fsnotify v1.10.1 + github.com/fsnotify/fsnotify v1.7.0 github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 ) -require golang.org/x/sys v0.13.0 // indirect +require golang.org/x/sys v0.4.0 // indirect -- cgit v1.2.3